From 2f1b14bdf164f2fa6ca375951e945e5acfd60388 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Fri, 14 Aug 2015 14:15:19 +0800 Subject: [PATCH] chore: release v0.0.32 --- CHANGELOG.md | 20 ++++++++++++++++++++ _app/_pages/index.html | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc59ec74..e6ef441e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +## [0.0.32](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.31...v0.0.32) (2015-08-14) + + +### Bug Fixes + +* **style:** missing footnotes styles for Kramdown ([cbd8d03](https://github.com/sparanoid/almace-scaffolding/commit/cbd8d03)) + +### Features + +* **grunt:** add `theme-add` and `theme-update` support ([612ce72](https://github.com/sparanoid/almace-scaffolding/commit/612ce72)) +* **template:** add theme templates support ([50353d7](https://github.com/sparanoid/almace-scaffolding/commit/50353d7)) +* **theme:** better content margin ([6f75ecd](https://github.com/sparanoid/almace-scaffolding/commit/6f75ecd)) + + +### BREAKING CHANGES + +* Now you can include example page templates for your theme, simply put all example templates into `theme/pages/` and then you've done. All example templates will be available to end-users when they run AMSF in development mode. + + ## [0.0.31](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.30...v0.0.31) (2015-08-13) diff --git a/_app/_pages/index.html b/_app/_pages/index.html index 8be1d873b..a7ecd6eb3 100644 --- a/_app/_pages/index.html +++ b/_app/_pages/index.html @@ -23,7 +23,7 @@

Super-fast Jekyll framework

- a.k.a. AMSF・ver. 0.0.31・view it on GitHub + a.k.a. AMSF・ver. 0.0.32・view it on GitHub
diff --git a/package.json b/package.json index 903f769a3..42bfa26a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "almace-scaffolding", - "version": "0.0.31", + "version": "0.0.32", "description": "Almace Scaffolding, a super-fast Jekyll framework", "author": "Tunghsiao Liu", "homepage": "http://sparanoid.com/lab/amsf/",