From 2641b3d05e8c5a53d955a367b336ed6d5fce9b2d Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Sat, 6 Feb 2016 18:15:14 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..628d790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ + +# 1.0.0 (2016-02-06) + + +### Features + +* add a custom 404 page ([e933c24](https://github.com/aubm/aubm-website-theme/commit/e933c24)) +* add a link to home in the menu for conveniance ([e1615aa](https://github.com/aubm/aubm-website-theme/commit/e1615aa)) +* add integration with Disqus ([f1de92a](https://github.com/aubm/aubm-website-theme/commit/f1de92a)) +* add integration with Google Analytics ([b009a73](https://github.com/aubm/aubm-website-theme/commit/b009a73)) +* add menu bar and main content with colors from atom editor ([06de534](https://github.com/aubm/aubm-website-theme/commit/06de534)) +* add support for bootstrap tables ([b8e8128](https://github.com/aubm/aubm-website-theme/commit/b8e8128)) +* add support for listing tags and categories ([9b7f46f](https://github.com/aubm/aubm-website-theme/commit/9b7f46f)) +* add support for listing, tags, categories and most recent articles ([eafcee5](https://github.com/aubm/aubm-website-theme/commit/eafcee5)) +* add support for pagination in _default/list.html ([f4d8ac3](https://github.com/aubm/aubm-website-theme/commit/f4d8ac3)) +* add support for responsive iframes ([721c05d](https://github.com/aubm/aubm-website-theme/commit/721c05d)) +* add support for syntax hightlighting with highlight.js ([057d49d](https://github.com/aubm/aubm-website-theme/commit/057d49d)) +* add support for translations ([b250023](https://github.com/aubm/aubm-website-theme/commit/b250023)) +* add support for Twitter and Facebook share buttons ([f5b5ae5](https://github.com/aubm/aubm-website-theme/commit/f5b5ae5)) +* create list and single default layouts ([8c39d2e](https://github.com/aubm/aubm-website-theme/commit/8c39d2e)) +* display dynamic pages title and description ([b9047b4](https://github.com/aubm/aubm-website-theme/commit/b9047b4)) + + + diff --git a/package.json b/package.json index 480af04..0f9cac8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "1.0.0", "description": "HTML/CSS Theme for www.aubm.net", "repository": "https://github.com/aubm/aubm-website-theme.git", "license": "MIT",