From 8a7261cf57b6b692d972a657f303211cd14c07e1 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Fri, 18 Mar 2016 01:20:18 +0800 Subject: [PATCH] chore: release v0.0.56 --- CHANGELOG.md | 20 ++++++++++++++++++++ _app/_pages/index.html | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d9d8ad3..e5a1c03e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +## [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)) + + + ## [0.0.55](https://github.com/sparanoid/almace-scaffolding/compare/v0.0.54...v0.0.55) (2016-03-11) diff --git a/_app/_pages/index.html b/_app/_pages/index.html index aa018c6cb..b9ecf648b 100644 --- a/_app/_pages/index.html +++ b/_app/_pages/index.html @@ -23,7 +23,7 @@

Super-fast Jekyll framework

- a.k.a. AMSF・ver. 0.0.55・view it on GitHub + a.k.a. AMSF・ver. 0.0.56・view it on GitHub
diff --git a/package.json b/package.json index b843a086e..7ddc9d9b7 100644 --- a/package.json +++ b/package.json @@ -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/",