Skip to content

Commit

Permalink
chore: release v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 8, 2016
1 parent f7b4b8a commit d54c8dd
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="0.1.12"></a>
## [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))



<a name="0.1.11"></a>
## [0.1.11](https://github.com/sparanoid/almace-scaffolding/compare/v0.1.10...v0.1.11) (2016-06-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: 0.1.11
version: 0.1.12

# Current theme
theme: curtana
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">0.1.11</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">0.1.12</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": "0.1.11",
"version": "0.1.12",
"description": "Almace Scaffolding, a super-fast Jekyll framework",
"author": "Tunghsiao Liu",
"homepage": "http://sparanoid.com/lab/amsf/",
Expand Down

0 comments on commit d54c8dd

Please sign in to comment.