Skip to content

Commit

Permalink
chore: release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 14, 2017
1 parent 2685690 commit 52848bd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="1.1.4"></a>
## [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))



<a name="1.1.3"></a>
## [1.1.3](https://github.com/sparanoid/almace-scaffolding/compare/v1.1.2...v1.1.3) (2017-01-13)

Expand Down
2 changes: 1 addition & 1 deletion _amsf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# AMSF version
version: 1.1.3
version: 1.1.4

# Current theme
amsf_theme: curtana
Expand Down
2 changes: 1 addition & 1 deletion _app/_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="amsf-title">

<h2>Super-fast Jekyll framework</h2>

<small>a.k.a. <b>AMSF</b>&#x30FB;ver. <b class="amsf-version">1.1.3</b>&#x30FB;view it on <a href="https://github.com/sparanoid/almace-scaffolding">GitHub</a></small>
<small>a.k.a. <b>AMSF</b>&#x30FB;ver. <b class="amsf-version">1.1.4</b>&#x30FB;view it on <a href="https://github.com/sparanoid/almace-scaffolding">GitHub</a></small>
</header>

<div class="page-content">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 52848bd

Please sign in to comment.