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-05-10 09:22:30 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2021-05-10 09:22:30 +0300
commit24bfabe4c5ff76529d03fb50942a545f697e6786 (patch)
tree6e9338dfabd3d26ec5d6b88c1e7d1cb2376f8d8b
parenta9d7debaacaeaee6d6583506424dcd2d2a00bbf3 (diff)
chore(release): 0.31.1v0.31.1
-rw-r--r--CHANGELOG.md18
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a789fbb..dc56c662 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
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.31.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.31.0...v0.31.1) (2021-05-10)
+
+
+### ci
+
+* Drop non-extended setup test ([0d2cd33](https://github.com/peaceiris/hugo-theme-iris/commit/0d2cd3355edc287c93468dbc90be6223d1683c77))
+
+### deps
+
+* update devDependencies ([6a22ff6](https://github.com/peaceiris/hugo-theme-iris/commit/6a22ff6672208b14cbc3bd7e8381eeccc4bdc1aa))
+
+### fix
+
+* Add assets, remove scripts ([099cfb3](https://github.com/peaceiris/hugo-theme-iris/commit/099cfb313b1995a3efd19ea315b8175c7777fe95))
+* eyecatching image layout (#341) ([a9d7deb](https://github.com/peaceiris/hugo-theme-iris/commit/a9d7debaacaeaee6d6583506424dcd2d2a00bbf3)), closes [#341](https://github.com/peaceiris/hugo-theme-iris/issues/341)
+
+
+
# [0.31.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.30.2...v0.31.0) (2021-05-09)
diff --git a/package-lock.json b/package-lock.json
index d726c39f..bf531ff0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.31.0",
+ "version": "0.31.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index fc411a46..87d9fb68 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.31.0",
+ "version": "0.31.1",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",