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>2022-05-09 16:26:50 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-05-09 16:26:50 +0300
commit0a81b55c6b87b97fd7eff25fc0eb014f6f128fc3 (patch)
tree49f1f595c9e881c958f8ba43cdc8cef2c753c9f5
parent4717a413f5230a73a15c775871fbae53d27cee2d (diff)
chore(release): 0.43.1v0.43.1
-rw-r--r--CHANGELOG.md24
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 27 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ee9c4608..0ff7dd37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,30 @@
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.43.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.43.0...v0.43.1) (2022-05-09)
+
+
+### build
+
+* remove hugo mod tidy ([ce44c48](https://github.com/peaceiris/hugo-theme-iris/commit/ce44c48d87224c27000c52c43ea399eda1fece4e))
+
+### chore
+
+* add bump-node task (#526) ([4717a41](https://github.com/peaceiris/hugo-theme-iris/commit/4717a413f5230a73a15c775871fbae53d27cee2d)), closes [#526](https://github.com/peaceiris/hugo-theme-iris/issues/526)
+
+### ci
+
+* add dump job ([105cec0](https://github.com/peaceiris/hugo-theme-iris/commit/105cec0ea172a054fbfea99b8fdc500ddd002b00))
+* add patch to filter ([720dbad](https://github.com/peaceiris/hugo-theme-iris/commit/720dbad3ae0a917709fd283a2833c00bbe1ef6ce))
+* fix filter ([bc1e9f9](https://github.com/peaceiris/hugo-theme-iris/commit/bc1e9f9a884a2094031c2ac414ce7db3232fb22f))
+* fix filter ([1b29741](https://github.com/peaceiris/hugo-theme-iris/commit/1b29741be19d080380a58c80a3ab38165166448a))
+
+### docs
+
+* delete old workflow example ([2d4e48b](https://github.com/peaceiris/hugo-theme-iris/commit/2d4e48b7d9ef25b4a8979bafb496b5c4f1f999f5))
+
+
+
# [0.43.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.42.1...v0.43.0) (2022-04-24)
diff --git a/package-lock.json b/package-lock.json
index 82fa4dd8..0a210b59 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "hugo-theme-iris",
- "version": "0.43.0",
+ "version": "0.43.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-theme-iris",
- "version": "0.43.0",
+ "version": "0.43.1",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
diff --git a/package.json b/package.json
index 65e7ccc0..a0ca1276 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.43.0",
+ "version": "0.43.1",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",