From a59b9996464e3a39790adcdcae5ed0e0f06c310c Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Sun, 7 Feb 2016 13:48:50 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628d790..3b4af02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [1.1.0](https://github.com/aubm/aubm-website-theme/compare/v1.0.0...v1.1.0) (2016-02-07) + + +### Bug Fixes + +* actually list most recent articles intead of older ones in side menu ([9ccd3b3](https://github.com/aubm/aubm-website-theme/commit/9ccd3b3)) +* add fonts in index ([373a869](https://github.com/aubm/aubm-website-theme/commit/373a869)) + +### Features + +* change date format to YYYY-mm-dd hh:mm-ss ([b78846f](https://github.com/aubm/aubm-website-theme/commit/b78846f)) +* show categories and tags blocs only if there are some ([5707d9d](https://github.com/aubm/aubm-website-theme/commit/5707d9d)) + + + # 1.0.0 (2016-02-06) diff --git a/package.json b/package.json index 0f9cac8..9684361 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.1.0", "description": "HTML/CSS Theme for www.aubm.net", "repository": "https://github.com/aubm/aubm-website-theme.git", "license": "MIT",