diff --git a/CHANGELOG.md b/CHANGELOG.md index 6555c8fe2..886ad247f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.0.46](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.45...v0.0.46) (2015-09-29) + + +### Bug Fixes + +* **docs:** typos ([613d4ae](https://github.com/sparanoid/almace-scaffolding/commit/613d4ae)) +* **grunt:** bundle should update ([72b840e](https://github.com/sparanoid/almace-scaffolding/commit/72b840e)) + + + ## [0.0.45](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.44...v0.0.45) (2015-09-29) diff --git a/_app/_pages/index.html b/_app/_pages/index.html index 560799eb5..bc4441967 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.45・view it on GitHub + a.k.a. AMSF・ver. 0.0.46・view it on GitHub
diff --git a/package.json b/package.json index 4e11c9a04..849f292cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "almace-scaffolding", - "version": "0.0.45", + "version": "0.0.46", "description": "Almace Scaffolding, a super-fast Jekyll framework", "author": "Tunghsiao Liu", "homepage": "http://sparanoid.com/lab/amsf/",