From 392c06124b52f6a58a2458c6f8944502d282d48d Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Sat, 27 Feb 2016 01:36:39 -0300 Subject: [PATCH] Bump version. --- CHANGELOG.md | 11 +++++++++-- package.json | 5 +++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3acab..e19032f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## 1.1 +## 1.1.1 + +- [Bug in CSS with placement of "Newer Posts" button](https://github.com/alexandrevicenzi/Flex/issues/21) +- [Posts preview on main page](https://github.com/alexandrevicenzi/Flex/issues/14) +- [Strip HTML tags from title](https://github.com/alexandrevicenzi/Flex/pull/25) +- [Added style for reddit social link](https://github.com/alexandrevicenzi/Flex/pull/23) + +## 1.1.0 - [Allow custom CSS stylesheets to override the default one](https://github.com/alexandrevicenzi/Flex/pull/9) - [Add Windows-specific font variants](https://github.com/alexandrevicenzi/Flex/pull/8) @@ -8,6 +15,6 @@ - [show summary for articles in index.html](https://github.com/alexandrevicenzi/Flex/pull/4) - [Fixed email icon bug](https://github.com/alexandrevicenzi/Flex/pull/3) -## 1.0 +## 1.0.0 First release. diff --git a/package.json b/package.json index fa72bc0..87621c0 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "flex", - "version": "1.2", + "version": "1.1.1", "description": "A minimalist Pelican theme", "main": "gulpfile.js", "directories": { "test": "tests" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "source venv/bin/activate && pip install pelican markdown && pelican -s tests/pelicanconf.py && deactivate", + "build": "node_modules/gulp/bin/gulp.js default" }, "repository": { "type": "git",