Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-12-07 17:39:03 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-12-07 17:39:03 +0300
commit2eabdae0fe4528b288d5b76752c4ae34b5f4a5ea (patch)
tree336771283e89ceec8caccd99b84a5ec718d3b72c
parentce30610df94d7fdce6174891dfc8e3ece74cefb5 (diff)
chore(release): 0.24.9v0.24.9
-rw-r--r--CHANGELOG.md22
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 24 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 210ec126..d232c013 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+## [0.24.9](https://github.com/peaceiris/hugo-theme-iris/compare/v0.24.8...v0.24.9) (2020-12-07)
+
+
+### ci
+
+* pin actions/checkout to v2 ([4d6fcf9](https://github.com/peaceiris/hugo-theme-iris/commit/4d6fcf941b1741de375b636e6046b6f16d003c4d))
+
+### deps
+
+* bump hugo from 0.78.2 to 0.79.0 ([75ed44f](https://github.com/peaceiris/hugo-theme-iris/commit/75ed44f564302f63d89e56ee485cd5b82763dac0))
+* bump hugo-mod-mermaidjs from 0.3.0 to 0.4.0 ([0acc03a](https://github.com/peaceiris/hugo-theme-iris/commit/0acc03a03eea346187b5acd8f1eb344d255bba2e))
+
+### feat
+
+* Change thinsp to nbsp ([2e3833a](https://github.com/peaceiris/hugo-theme-iris/commit/2e3833af76b517bf79d7ffb609c23d9571bc843c))
+
+### fix
+
+* ja locale ([37fb24b](https://github.com/peaceiris/hugo-theme-iris/commit/37fb24b6b0ea1fd326af3a10a8a786926c76154a))
+
+
+
## [0.24.8](https://github.com/peaceiris/hugo-theme-iris/compare/v0.24.7...v0.24.8) (2020-11-22)
diff --git a/package-lock.json b/package-lock.json
index 0f5739ef..d47d1813 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.8",
+ "version": "0.24.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 98f0221c..91bb1f2f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.8",
+ "version": "0.24.9",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {