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 04:27:24 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-10-06 04:27:24 +0300
commit1e73820d748baabfabc3c1c0d6bba8b12bdef1e7 (patch)
tree81e5fd7f21ffe7896787f25b2d1d9d9ee12c00bb
parent76ec7996e6fbbfeb01e4699900bd717f1b15536c (diff)
chore(release): 0.22.0v0.22.0
-rw-r--r--CHANGELOG.md21
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 23 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53e91cdb..374571b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,27 @@
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.22.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.21.3...v0.22.0) (2020-10-06)
+
+
+### chore
+
+* Add HUGO_CACHEDIR for hugo_cache ([4ebbf63](https://github.com/peaceiris/hugo-theme-iris/commit/4ebbf6330a7c99296e9b425d961878555a43e9c9))
+
+### ci
+
+* fix HUGO_CACHEDIR (#211) ([114b1f2](https://github.com/peaceiris/hugo-theme-iris/commit/114b1f2456a08c8813adce57db82e7a1e263beef)), closes [#211](https://github.com/peaceiris/hugo-theme-iris/issues/211)
+
+### fix
+
+* breadcrumb html ([9d7dd95](https://github.com/peaceiris/hugo-theme-iris/commit/9d7dd953459d22531a5a38d3434dcd4465a8b629))
+* breadcrumb style ([028039f](https://github.com/peaceiris/hugo-theme-iris/commit/028039f5cb86f0a318590fc76551c5172d404596))
+* font size (#212) ([f77d43e](https://github.com/peaceiris/hugo-theme-iris/commit/f77d43e2864193527344fb3c62825b60888a76a3)), closes [#212](https://github.com/peaceiris/hugo-theme-iris/issues/212)
+* link style ([871b525](https://github.com/peaceiris/hugo-theme-iris/commit/871b525ed1c326f479221074d6e9774ba70ad0f4))
+* post list ([76ec799](https://github.com/peaceiris/hugo-theme-iris/commit/76ec7996e6fbbfeb01e4699900bd717f1b15536c))
+
+
+
## [0.21.3](https://github.com/peaceiris/hugo-theme-iris/compare/v0.21.2...v0.21.3) (2020-10-05)
diff --git a/package-lock.json b/package-lock.json
index 2da0d12d..985888e0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.21.3",
+ "version": "0.22.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index af53805c..6717e417 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.21.3",
+ "version": "0.22.0",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {