From 52848bdbe500b788539a67f8de4d0c78c56c9ed8 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Sat, 14 Jan 2017 19:16:16 +0800 Subject: [PATCH] chore: release v1.1.4 --- CHANGELOG.md | 23 +++++++++++++++++++++++ _amsf.yml | 2 +- _app/_pages/index.html | 2 +- package.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb17e758..05d3c0872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ + +## [1.1.4](https://github.com/sparanoid/almace-scaffolding/compare/v1.1.3...v1.1.4) (2017-01-14) + + +### Bug Fixes + +* **config:** wrong Service Worker init key ([4583fb9](https://github.com/sparanoid/almace-scaffolding/commit/4583fb9)) +* **curtana:** wrong word wrapping in `pre` codeblocks ([8962aac](https://github.com/sparanoid/almace-scaffolding/commit/8962aac)) +* **posts:** deprecated `sitemap` usage ([e41944d](https://github.com/sparanoid/almace-scaffolding/commit/e41944d)) +* **s3_website:** wrong cache value for `*service-worker.js` ([705a34b](https://github.com/sparanoid/almace-scaffolding/commit/705a34b)) + + +### Features + +* **grunt:** `cacheBust` only css and js ([70568ac](https://github.com/sparanoid/almace-scaffolding/commit/70568ac)) +* **grunt:** remove `lesslint` support ([3677115](https://github.com/sparanoid/almace-scaffolding/commit/3677115)) +* **grunt:** update Service Worker glob pattern ([18712f8](https://github.com/sparanoid/almace-scaffolding/commit/18712f8)) +* **grunt:** use `grunt-service-worker` ([3bc06f1](https://github.com/sparanoid/almace-scaffolding/commit/3bc06f1)) +* **package:** remove deprecated package ([8ae3700](https://github.com/sparanoid/almace-scaffolding/commit/8ae3700)) +* **post:** brand Service Worker in post “Welcome” ([2685690](https://github.com/sparanoid/almace-scaffolding/commit/2685690)) + + + ## [1.1.3](https://github.com/sparanoid/almace-scaffolding/compare/v1.1.2...v1.1.3) (2017-01-13) diff --git a/_amsf.yml b/_amsf.yml index 0df2b6d9f..42227e717 100644 --- a/_amsf.yml +++ b/_amsf.yml @@ -3,7 +3,7 @@ # # AMSF version -version: 1.1.3 +version: 1.1.4 # Current theme amsf_theme: curtana diff --git a/_app/_pages/index.html b/_app/_pages/index.html index ac33d65c0..1ffab7c60 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.1.3・view it on GitHub + a.k.a. AMSF・ver. 1.1.4・view it on GitHub
diff --git a/package.json b/package.json index 7b1fab34c..d803e7495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "almace-scaffolding", - "version": "1.1.3", + "version": "1.1.4", "description": "Almace Scaffolding, a super-fast Jekyll framework", "author": "Tunghsiao Liu", "homepage": "https://sparanoid.com/lab/amsf/",