Bump version.
This commit is contained in:
parent
9e8984f247
commit
392c06124b
2 changed files with 12 additions and 4 deletions
11
CHANGELOG.md
11
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)
|
- [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)
|
- [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)
|
- [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)
|
- [Fixed email icon bug](https://github.com/alexandrevicenzi/Flex/pull/3)
|
||||||
|
|
||||||
## 1.0
|
## 1.0.0
|
||||||
|
|
||||||
First release.
|
First release.
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "flex",
|
"name": "flex",
|
||||||
"version": "1.2",
|
"version": "1.1.1",
|
||||||
"description": "A minimalist Pelican theme",
|
"description": "A minimalist Pelican theme",
|
||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "tests"
|
"test": "tests"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue