Skip to content

Commit

Permalink
chore: release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 13, 2017
1 parent 5e78d47 commit 8fd435c
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.8"></a>
## [1.1.8](https://github.com/sparanoid/almace-scaffolding/compare/v1.1.7...v1.1.8) (2017-03-13)


### Bug Fixes

* **curtana:** avoid applying `font-feature-settings` for non-Apple devices ([2f1f6fa](https://github.com/sparanoid/almace-scaffolding/commit/2f1f6fa))
* **header:** extra whitespace for links in header ([ebd2241](https://github.com/sparanoid/almace-scaffolding/commit/ebd2241))
* **style:** script generated styles been removed by `uncss` ([5e78d47](https://github.com/sparanoid/almace-scaffolding/commit/5e78d47))


### Features

* **curtana:** global font smoothing ([57bd509](https://github.com/sparanoid/almace-scaffolding/commit/57bd509))
* **curtana:** simplify code wrapping using `overflow-wrap` ([3f9d0f8](https://github.com/sparanoid/almace-scaffolding/commit/3f9d0f8))
* **grunt:** more aggressive autoprefixer config ([ba74276](https://github.com/sparanoid/almace-scaffolding/commit/ba74276))
* **header:** use `slugify` name for header link state comparison ([fe98930](https://github.com/sparanoid/almace-scaffolding/commit/fe98930))
* **script:** use minified script ([c83b5d2](https://github.com/sparanoid/almace-scaffolding/commit/c83b5d2))
* **template:** unify `header` naming ([48cf486](https://github.com/sparanoid/almace-scaffolding/commit/48cf486))
* **template:** use inline css option for error page ([303d873](https://github.com/sparanoid/almace-scaffolding/commit/303d873))



<a name="1.1.7"></a>
## [1.1.7](https://github.com/sparanoid/almace-scaffolding/compare/v1.1.6...v1.1.7) (2017-02-16)

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.7
version: 1.1.8

# 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.7</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.8</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.7",
"version": "1.1.8",
"description": "Almace Scaffolding, a super-fast Jekyll framework",
"author": "Tunghsiao Liu",
"homepage": "https://sparanoid.com/lab/amsf/",
Expand Down

0 comments on commit 8fd435c

Please sign in to comment.