Skip to content

Commit 60e37b0

Browse files
committed
chore: release v2.0.23
1 parent 1c5a7cd commit 60e37b0

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="2.0.23"></a>
2+
## [2.0.23](https://github.com/sparanoid/almace-scaffolding/compare/v2.0.22...v2.0.23) (2023-01-31)
3+
4+
5+
### Bug Fixes
6+
7+
* jekyll sass dep issue, ref https://github.com/sass/dart-sass-embedded/issues/106 ([7550db9](https://github.com/sparanoid/almace-scaffolding/commit/7550db9))
8+
* missing percy deps ([dd06072](https://github.com/sparanoid/almace-scaffolding/commit/dd06072))
9+
10+
11+
### Features
12+
13+
* add edge build ([dc88b79](https://github.com/sparanoid/almace-scaffolding/commit/dc88b79))
14+
* update deps ([5eab83e](https://github.com/sparanoid/almace-scaffolding/commit/5eab83e))
15+
* update node and ruby version ([8f260c2](https://github.com/sparanoid/almace-scaffolding/commit/8f260c2))
16+
* **github-actions:** migrate to percy cli ([5c84fd2](https://github.com/sparanoid/almace-scaffolding/commit/5c84fd2))
17+
18+
19+
120
<a name="2.0.22"></a>
221
## [2.0.22](https://github.com/sparanoid/almace-scaffolding/compare/v2.0.21...v2.0.22) (2021-10-02)
322

_amsf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# AMSF version
6-
version: 2.0.22
6+
version: 2.0.23
77

88
# Current theme
99
amsf_theme: curtana

_app/_pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="image-title">
1919

2020
<h2 class="sub-title">A super-fast Jekyll framework fighting against the website obesity.</h2>
2121

22-
<small>a.k.a. <b>AMSF</b>&#x30FB;ver. <b class="amsf-version">2.0.22</b>&#x30FB;view it on <a href="https://github.com/sparanoid/almace-scaffolding">GitHub</a></small>
22+
<small>a.k.a. <b>AMSF</b>&#x30FB;ver. <b class="amsf-version">2.0.23</b>&#x30FB;view it on <a href="https://github.com/sparanoid/almace-scaffolding">GitHub</a></small>
2323
</header>
2424

2525
<div class="page-content">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "almace-scaffolding",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"description": "Almace Scaffolding, a super-fast Jekyll framework fighting against the website obesity.",
55
"author": "Tunghsiao Liu",
66
"homepage": "https://sparanoid.com/lab/amsf/",

0 commit comments

Comments
 (0)