diff --git a/CHANGELOG.md b/CHANGELOG.md index 3003143f9..6555c8fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## [0.0.45](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.44...v0.0.45) (2015-09-29) + + +### Features + +* **gemfile:** use 3.0.0.pre.beta9 ([b6d3b7b](https://github.com/sparanoid/almace-scaffolding/commit/b6d3b7b)) +* **jekyll:** add `config.user.js` support ([555a5db](https://github.com/sparanoid/almace-scaffolding/commit/555a5db)) +* **template:** add modified date support ([ffbb3f3](https://github.com/sparanoid/almace-scaffolding/commit/ffbb3f3)) +* **template:** use `user.less` and `user.js` ([00e0d72](https://github.com/sparanoid/almace-scaffolding/commit/00e0d72)) + + +### BREAKING CHANGES + +* Now you can define your custom config in `config.user.js` without touching the built-in configuration. + + ## [0.0.44](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.43...v0.0.44) (2015-09-27) diff --git a/_app/_pages/index.html b/_app/_pages/index.html index b79d8676d..560799eb5 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.44・view it on GitHub + a.k.a. AMSF・ver. 0.0.45・view it on GitHub
diff --git a/package.json b/package.json index 77958557c..4e11c9a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "almace-scaffolding", - "version": "0.0.44", + "version": "0.0.45", "description": "Almace Scaffolding, a super-fast Jekyll framework", "author": "Tunghsiao Liu", "homepage": "http://sparanoid.com/lab/amsf/",