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-14 16:14:30 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-14 16:14:30 +0300
commit15b498fbef6a69743547bded342d7074731242fb (patch)
tree7c35c7933304f0aa59e71d5a72f58a946c99b8de
parent86585e285cbbb3b619e7030f8bc73bc7e66a15db (diff)
chore(release): 0.24.4v0.24.4
-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 b45822d0..f67a28c4 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.24.4](https://github.com/peaceiris/hugo-theme-iris/compare/v0.24.3...v0.24.4) (2020-10-14)
+
+
+### fix
+
+* partialCached to partial ([86585e2](https://github.com/peaceiris/hugo-theme-iris/commit/86585e285cbbb3b619e7030f8bc73bc7e66a15db))
+
+
+
## [0.24.3](https://github.com/peaceiris/hugo-theme-iris/compare/v0.24.2...v0.24.3) (2020-10-14)
diff --git a/package-lock.json b/package-lock.json
index 9e64825e..0c9b6b43 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.3",
+ "version": "0.24.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3effe374..f46c60eb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.24.3",
+ "version": "0.24.4",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {