diff --git a/CHANGELOG.md b/CHANGELOG.md index ffecff74e..07e484db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +## [0.1.12](https://github.com/sparanoid/almace-scaffolding/compare/v0.1.11...v0.1.12) (2016-10-08) + + +### Bug Fixes + +* **deploy:** wrong prod deploy path ([a61535e](https://github.com/sparanoid/almace-scaffolding/commit/a61535e)) +* **grunt:** avoid cleaning empty files ([32c7d4c](https://github.com/sparanoid/almace-scaffolding/commit/32c7d4c)) +* **package:** causes task hanging in macOS Sierra (also potentially in other platforms), should fix https://github.com/sparanoid/almace-scaffolding/issues/54 ([f7b4b8a](https://github.com/sparanoid/almace-scaffolding/commit/f7b4b8a)) +* **post:** typo ([e87bf30](https://github.com/sparanoid/almace-scaffolding/commit/e87bf30)) +* **travis:** remove node v0.12 support (lack of ES6) ([42ce9d9](https://github.com/sparanoid/almace-scaffolding/commit/42ce9d9)) + + +### Features + +* **config:** go HTTPS ([d2c4d5a](https://github.com/sparanoid/almace-scaffolding/commit/d2c4d5a)) +* **grunt:** add custom envrionment deployment ([0b460bc](https://github.com/sparanoid/almace-scaffolding/commit/0b460bc)) +* **grunt:** add user support ([e775595](https://github.com/sparanoid/almace-scaffolding/commit/e775595)) +* **style:** tweak typography for San Francisco for macOS with OpenType features support ([dde96bc](https://github.com/sparanoid/almace-scaffolding/commit/dde96bc)) + + + ## [0.1.11](https://github.com/sparanoid/almace-scaffolding/compare/v0.1.10...v0.1.11) (2016-06-13) diff --git a/_amsf.yml b/_amsf.yml index 7aa822927..3aa4a1274 100644 --- a/_amsf.yml +++ b/_amsf.yml @@ -3,7 +3,7 @@ # # AMSF version -version: 0.1.11 +version: 0.1.12 # Current theme theme: curtana diff --git a/_app/_pages/index.html b/_app/_pages/index.html index 8b7f987e5..2c0749441 100644 --- a/_app/_pages/index.html +++ b/_app/_pages/index.html @@ -24,7 +24,7 @@

Super-fast Jekyll framework

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