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-10-14 14:38:20 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-14 14:38:20 +0300
commitf4d60ae2a04cc6cffa598bf99231b956f010c548 (patch)
tree473906cd53d2039e18b2b70afe94f701b117f2bc
parentede8b12896fc2712f1967ba88ddf7f002051c99c (diff)
chore(release): 0.24.1v0.24.1
-rw-r--r--CHANGELOG.md19
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 21 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3c3fbb1..235b5d6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
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.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.24.0...v0.24.1) (2020-10-14)
+
+
+### ci
+
+* remove --draft ([ec5c65c](https://github.com/peaceiris/hugo-theme-iris/commit/ec5c65c3a4d02a7f4c210b38b4a1de273981539d))
+* use peaceiris/workflows/create-release-npm ([dbaa782](https://github.com/peaceiris/hugo-theme-iris/commit/dbaa7821e958f18f0dc13217a8b5b5e544e5b625))
+
+### feat
+
+* add hugo.Version ([1433de9](https://github.com/peaceiris/hugo-theme-iris/commit/1433de900eec89c4294eb535768e10e0c6af8d0a))
+* check hugo.IsProduction for Google Analytics ([ede8b12](https://github.com/peaceiris/hugo-theme-iris/commit/ede8b12896fc2712f1967ba88ddf7f002051c99c)), closes [#114](https://github.com/peaceiris/hugo-theme-iris/issues/114)
+
+### refactor
+
+* replace 'with' with 'if' ([1f5c906](https://github.com/peaceiris/hugo-theme-iris/commit/1f5c90602a062b27661b68952aa9e26bc9f50dc9))
+
+
+
# [0.24.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.23.3...v0.24.0) (2020-10-14)
diff --git a/package-lock.json b/package-lock.json
index 0f81cddb..e76b06da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.0",
+ "version": "0.24.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index d22cded7..cb831703 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.0",
+ "version": "0.24.1",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {