From 45107452e2f046cb424ab64b8845a4aa04fb2372 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 29 Dec 2016 13:13:21 +0800 Subject: [PATCH] chore: release v1.0.9 --- CHANGELOG.md | 15 +++++++++++++++ _amsf.yml | 2 +- _app/_pages/index.html | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f32488d04..fbbd9763e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [1.0.9](https://github.com/sparanoid/almace-scaffolding/compare/v1.0.8...v1.0.9) (2016-12-29) + + +### Features + +* **amsf:** update site title separator ([419f5cd](https://github.com/sparanoid/almace-scaffolding/commit/419f5cd)) +* **curtana:** more specific decoration color ([4c6f164](https://github.com/sparanoid/almace-scaffolding/commit/4c6f164)) +* **curtana:** smaller inline codes to match general text ([d53d715](https://github.com/sparanoid/almace-scaffolding/commit/d53d715)) +* **curtana:** visual align tweak for list decorations ([4c3db6b](https://github.com/sparanoid/almace-scaffolding/commit/4c3db6b)) +* **theme:** smaller header for small screens ([ccbb1f2](https://github.com/sparanoid/almace-scaffolding/commit/ccbb1f2)) +* **theme:** update Lightense Images ([9cdf6d1](https://github.com/sparanoid/almace-scaffolding/commit/9cdf6d1)) + + + ## [1.0.8](https://github.com/sparanoid/almace-scaffolding/compare/v1.0.7...v1.0.8) (2016-12-12) diff --git a/_amsf.yml b/_amsf.yml index a8fb2240c..9b3819b72 100644 --- a/_amsf.yml +++ b/_amsf.yml @@ -3,7 +3,7 @@ # # AMSF version -version: 1.0.8 +version: 1.0.9 # Current theme amsf_theme: curtana diff --git a/_app/_pages/index.html b/_app/_pages/index.html index 46dc0abd6..0ed6b4cf0 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.8・view it on GitHub + a.k.a. AMSF・ver. 1.0.9・view it on GitHub
diff --git a/package.json b/package.json index 79cdfcc6a..adb2e92be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "almace-scaffolding", - "version": "1.0.8", + "version": "1.0.9", "description": "Almace Scaffolding, a super-fast Jekyll framework", "author": "Tunghsiao Liu", "homepage": "http://sparanoid.com/lab/amsf/",