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-15 13:55:44 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2021-06-15 13:55:44 +0300
commitf8b285f42e16df69b82841d25865f43453adfdb5 (patch)
treedb24a48731872f8cf31c3a86425d3d1874e35614
parente78e7e0cf7039d2a383f13efabbc90e1501b2f5a (diff)
chore(release): 0.35.1v0.35.1
-rw-r--r--CHANGELOG.md10
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19356b4e..7062311f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.35.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.35.0...v0.35.1) (2021-06-15)
+
+
+### fix
+
+* check hugo.Environment ([e78e7e0](https://github.com/peaceiris/hugo-theme-iris/commit/e78e7e0cf7039d2a383f13efabbc90e1501b2f5a))
+* Do not show checkTools in production ([d68724a](https://github.com/peaceiris/hugo-theme-iris/commit/d68724ad013e02d892d9a4aedd2bb51bdd4726f9))
+
+
+
# [0.35.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.34.0...v0.35.0) (2021-06-15)
diff --git a/package-lock.json b/package-lock.json
index 6776b3b0..232c0b4f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.35.0",
+ "version": "0.35.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index a1249b07..d3655350 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.35.0",
+ "version": "0.35.1",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",