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-03-07 18:43:56 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-03-07 18:43:56 +0300
commit2b8656ffe2030fd47bff9a051eda88236166bad6 (patch)
tree5d188500b181623a6e50869060f7fffffc1b0096
parentf74b55e0085d91caf6353fb8df37b00aa8d68043 (diff)
chore(release): 0.41.4v0.41.4
-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 81f25c7a..1a708226 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.41.4](https://github.com/peaceiris/hugo-theme-iris/compare/v0.41.3...v0.41.4) (2022-03-07)
+
+
+### deps
+
+* bump shell-quote from 1.7.2 to 1.7.3 (#474) ([f74b55e](https://github.com/peaceiris/hugo-theme-iris/commit/f74b55e0085d91caf6353fb8df37b00aa8d68043)), closes [#474](https://github.com/peaceiris/hugo-theme-iris/issues/474)
+
+
+
## [0.41.3](https://github.com/peaceiris/hugo-theme-iris/compare/v0.41.2...v0.41.3) (2022-03-05)
diff --git a/package-lock.json b/package-lock.json
index 42c4fc47..f97a0d48 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "hugo-theme-iris",
- "version": "0.41.3",
+ "version": "0.41.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-theme-iris",
- "version": "0.41.3",
+ "version": "0.41.4",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
diff --git a/package.json b/package.json
index 1841e139..72e7bc0f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.41.3",
+ "version": "0.41.4",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",