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-20 18:53:15 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-05-20 18:53:15 +0300
commitbd94b50651307a04d9c52e25318c395bdc4049a6 (patch)
tree706a5fceac29ac72adee8e83baa831ca622e0fbb
parentdfa8c30bc8fd3bd344c3f25cb0fc6eb601739932 (diff)
chore(release): 0.43.2v0.43.2
-rw-r--r--CHANGELOG.md9
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ff7dd37..c184b473 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
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.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.43.1...v0.43.2) (2022-05-20)
+
+
+### ci
+
+* bump peaceiris/workflows from 0.14.1 to 0.15.0 (#531) ([b39a497](https://github.com/peaceiris/hugo-theme-iris/commit/b39a49708bdb24bbe59c537303bc222e92089e4a)), closes [#531](https://github.com/peaceiris/hugo-theme-iris/issues/531)
+
+
+
## [0.43.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.43.0...v0.43.1) (2022-05-09)
diff --git a/package-lock.json b/package-lock.json
index 8f8e6b37..14c7d418 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "hugo-theme-iris",
- "version": "0.43.1",
+ "version": "0.43.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-theme-iris",
- "version": "0.43.1",
+ "version": "0.43.2",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
diff --git a/package.json b/package.json
index 115d2318..25b93d4f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.43.1",
+ "version": "0.43.2",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",