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>2022-04-23 17:58:23 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2022-04-23 17:58:23 +0300
commitcd82abcc45eb7b3bae6b81d7276d8b186b657599 (patch)
treef91660e1d01a06247d73fa328ff679f50c5539ca
parentb7adc99b803323a709e3948c4ddc082f87b931be (diff)
chore(release): 0.42.1v0.42.1
-rw-r--r--CHANGELOG.md14
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ae4dd7a..56b5f989 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
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.42.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.42.0...v0.42.1) (2022-04-23)
+
+
+### build
+
+* hugo non-extended version deprecated ([b7adc99](https://github.com/peaceiris/hugo-theme-iris/commit/b7adc99b803323a709e3948c4ddc082f87b931be))
+* useResourceCacheWhen fallback ([31213da](https://github.com/peaceiris/hugo-theme-iris/commit/31213dada0f022ac49cac3f3520a18b74e504fa3))
+
+### chore
+
+* hugo mod tidy ([c497e94](https://github.com/peaceiris/hugo-theme-iris/commit/c497e94d7292b77fab53185e891eea176d151f65))
+
+
+
# [0.42.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.41.4...v0.42.0) (2022-04-23)
diff --git a/package-lock.json b/package-lock.json
index 7bb39169..7efbe56a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "hugo-theme-iris",
- "version": "0.42.0",
+ "version": "0.42.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-theme-iris",
- "version": "0.42.0",
+ "version": "0.42.1",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
diff --git a/package.json b/package.json
index 8984ca08..327d89f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.42.0",
+ "version": "0.42.1",
"private": true,
"description": "Hugo IRIS Theme - Portfolio and Blog",
"homepage": "https://github.com/peaceiris/hugo-theme-iris#readme",