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:19:27 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2021-06-18 23:19:27 +0300
commit5fb699c092fca991030f249e94e00884ff042788 (patch)
treea75e3d4244c65a0f7bb1e9c2f0d5d03ae1d31e83
parent115499cda74c1445fa3884fce000cbe7e32948f0 (diff)
chore(release): 0.38.0v0.38.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51945ce6..2251db3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
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.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.37.0...v0.38.0) (2021-06-18)
+
+
+### deps
+
+* bump hugo from 0.83.1 to 0.84.0 ([63232ad](https://github.com/peaceiris/hugo-theme-iris/commit/63232addf377f6c2bfbfbbee9631a269b5e04a4c))
+
+### fix
+
+* header menu (#377) ([115499c](https://github.com/peaceiris/hugo-theme-iris/commit/115499cda74c1445fa3884fce000cbe7e32948f0)), closes [#377](https://github.com/peaceiris/hugo-theme-iris/issues/377)
+
+
+
# [0.37.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.36.0...v0.37.0) (2021-06-18)
diff --git a/package-lock.json b/package-lock.json
index 3ecd5ed6..b6e2a345 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.37.0",
+ "version": "0.38.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 1f78aaa0..d18c7117 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.37.0",
+ "version": "0.38.0",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",