From 3dc2803f4009040f4db3ca5b60bb6622ea47050d Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 12 May 2016 11:32:27 +0800 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 11 +++++++++++ _app/_pages/index.html | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5ad21df..81b2f71d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.1.4](https://github.com/sparanoid/almace-scaffolding/compare/v0.1.3...v0.1.4) (2016-05-12) + + +### Bug Fixes + +* **grunt:** cannot enter passphrase for GPG signing script ([5a6ee76](https://github.com/sparanoid/almace-scaffolding/commit/5a6ee76)) +* **theme:** adjust header height ([e644cdd](https://github.com/sparanoid/almace-scaffolding/commit/e644cdd)) + + + ## [0.1.3](https://github.com/sparanoid/almace-scaffolding/compare/v0.1.2...v0.1.3) (2016-05-04) diff --git a/_app/_pages/index.html b/_app/_pages/index.html index 70a7927d7..cc6a427e5 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.1.3・view it on GitHub + a.k.a. AMSF・ver. 0.1.4・view it on GitHub
diff --git a/package.json b/package.json index 6c909acf2..1551cd4c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "almace-scaffolding", - "version": "0.1.3", + "version": "0.1.4", "description": "Almace Scaffolding, a super-fast Jekyll framework", "author": "Tunghsiao Liu", "homepage": "http://sparanoid.com/lab/amsf/",