Skip to content

Commit

Permalink
chore: release v0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 17, 2015
1 parent d665375 commit 2fd636e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
<a name="0.0.34"></a>
## [0.0.34](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.33...v0.0.34) (2015-08-17)


### Bug Fixes

* **grunt:** `strictMath` not enabled for `dist` task ([117cbc9](https://github.com/sparanoid/almace-scaffolding/commit/117cbc9))
* **post:** avoid the symbol conversion to an Emoji graphic on iOS ([d9d14a9](https://github.com/sparanoid/almace-scaffolding/commit/d9d14a9))
* **theme:** missing CSS variables for Kramdown ([d665375](https://github.com/sparanoid/almace-scaffolding/commit/d665375))

### Features

* **docs:** LESS => Less ([4adeb27](https://github.com/sparanoid/almace-scaffolding/commit/4adeb27))
* **grunt:** add missing templates when update AMSF ([c8941f9](https://github.com/sparanoid/almace-scaffolding/commit/c8941f9))
* **grunt:** use `grunt-postcss` ([c678f33](https://github.com/sparanoid/almace-scaffolding/commit/c678f33))
* **style:** better code blocks and images size on mobile devices ([524bcf8](https://github.com/sparanoid/almace-scaffolding/commit/524bcf8))
* **theme:** add custom favicon support ([004b25b](https://github.com/sparanoid/almace-scaffolding/commit/004b25b))
* **theme:** update theme URL ([588f1ac](https://github.com/sparanoid/almace-scaffolding/commit/588f1ac))


### BREAKING CHANGES

* Appending &#xfe0e; to the Unicode-represenation of the reversed arrow will prevent the conversion to an Emoji graphic on iOS.
Reference:
- https://github.com/jekyll/jekyll/issues/3751
- https://twitter.com/jasoncodes/status/590356654790574080


<a name="0.0.33"></a>
## [0.0.33](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.32...v0.0.33) (2015-08-14)

Expand Down
2 changes: 1 addition & 1 deletion _app/_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.0.33</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.0.34</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.0.33",
"version": "0.0.34",
"description": "Almace Scaffolding, a super-fast Jekyll framework",
"author": "Tunghsiao Liu",
"homepage": "http://sparanoid.com/lab/amsf/",
Expand Down

0 comments on commit 2fd636e

Please sign in to comment.