Skip to content

Commit

Permalink
chore: release v0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Mar 17, 2016
1 parent 5d19263 commit 8a7261c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="0.0.56"></a>
## [0.0.56](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.55...v0.0.56) (2016-03-17)


### Bug Fixes

* **styles:** avoid override custom list style ([01c3b24](https://github.com/sparanoid/almace-scaffolding/commit/01c3b24))
* **styles:** wrong table stripes on mobile devices ([edca9fc](https://github.com/sparanoid/almace-scaffolding/commit/edca9fc))
* **template:** avoid link indicators being removed by `html-minifier` ([07ef24f](https://github.com/sparanoid/almace-scaffolding/commit/07ef24f))

### Features

* **grunt:** use custom regex for leading quotes fix ([917639c](https://github.com/sparanoid/almace-scaffolding/commit/917639c))
* **styles:** better leading quote indent with custom `letter-spacing` support ([5d19263](https://github.com/sparanoid/almace-scaffolding/commit/5d19263))
* **styles:** better list styles ([792fdf3](https://github.com/sparanoid/almace-scaffolding/commit/792fdf3))
* **styles:** smaller splitter ([66ca21c](https://github.com/sparanoid/almace-scaffolding/commit/66ca21c))
* **styles:** update leading quotes indent based on characters ([ea82707](https://github.com/sparanoid/almace-scaffolding/commit/ea82707))



<a name="0.0.55"></a>
## [0.0.55](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.54...v0.0.55) (2016-03-11)

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

0 comments on commit 8a7261c

Please sign in to comment.