diff --git a/CHANGELOG.md b/CHANGELOG.md index beed53656..9505b9623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.0.6](https://github.com/sparanoid/almace-scaffolding/compare/v1.0.5...v1.0.6) (2016-11-10) + + +### Bug Fixes + +* **grunt:** missing deploy environment variable ([bb3d6a7](https://github.com/sparanoid/almace-scaffolding/commit/bb3d6a7)) + + + ## [1.0.5](https://github.com/sparanoid/almace-scaffolding/compare/v1.0.4...v1.0.5) (2016-11-09) diff --git a/_amsf.yml b/_amsf.yml index 538e8377f..968f86c71 100644 --- a/_amsf.yml +++ b/_amsf.yml @@ -3,7 +3,7 @@ # # AMSF version -version: 1.0.5 +version: 1.0.6 # Current theme amsf_theme: curtana diff --git a/_app/_pages/index.html b/_app/_pages/index.html index b21e73da1..b4300fb27 100644 --- a/_app/_pages/index.html +++ b/_app/_pages/index.html @@ -24,7 +24,7 @@

Super-fast Jekyll framework

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