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>2020-10-06 16:54:23 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-06 16:54:23 +0300
commit60291978b867a5ec01d71931b15777aa545becb5 (patch)
treedd5f7be9bd1caa8440965bb9314a009d1b82f76f
parente6d89049b7f3e050e9e0ce7ba315f91485e568f2 (diff)
chore(release): 0.23.1v0.23.1
-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 864b55a6..6731848b 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.23.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.23.0...v0.23.1) (2020-10-06)
+
+
+### docs
+
+* rename master to main ([31ff3ac](https://github.com/peaceiris/hugo-theme-iris/commit/31ff3ac4bf8d79abd071f91ee4e111fe4655799e))
+
+### feat
+
+* use partialCached (#213) ([e6d8904](https://github.com/peaceiris/hugo-theme-iris/commit/e6d89049b7f3e050e9e0ce7ba315f91485e568f2)), closes [#213](https://github.com/peaceiris/hugo-theme-iris/issues/213)
+
+
+
# [0.23.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.22.0...v0.23.0) (2020-10-06)
diff --git a/package-lock.json b/package-lock.json
index b361b7c4..b198ce2a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.23.0",
+ "version": "0.23.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 8c5e1d07..0ef19d19 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.23.0",
+ "version": "0.23.1",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {