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>2021-06-18 23:37:54 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2021-06-18 23:37:54 +0300
commited34a7a1fed25eded42bdf86584f65eca0ba4ea4 (patch)
treee179a84cfa35e4aaab89dc0f11ea8d4858fe2abe
parent7e6b29ac1f3e2290054cc12f0b0038b376a34d3d (diff)
chore(release): 0.38.1v0.38.1
-rw-r--r--CHANGELOG.md9
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2251db3a..84dc6e56 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.38.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.38.0...v0.38.1) (2021-06-18)
+
+
+### deps
+
+* bump hugo from 0.83.1 to 0.84.0 ([7e6b29a](https://github.com/peaceiris/hugo-theme-iris/commit/7e6b29ac1f3e2290054cc12f0b0038b376a34d3d))
+
+
+
# [0.38.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.37.0...v0.38.0) (2021-06-18)
diff --git a/package-lock.json b/package-lock.json
index b6e2a345..7e8db316 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.38.0",
+ "version": "0.38.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index d18c7117..a47fe879 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.38.0",
+ "version": "0.38.1",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",