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-09-21 20:13:15 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-09-21 20:13:15 +0300
commitf5b25c03aa3c88ba3e67d180bf6f766426a27f65 (patch)
tree37de00b60c5bd6db91267168e158b95efba84d62
parentdab6d07193aa0b91d67f5692ac612ae83aef409e (diff)
chore(release): 0.20.0v0.20.0
-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 a2c10ee9..406db9f7 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.20.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.19.0...v0.20.0) (2020-09-21)
+
+
+### feat
+
+* Add archetypes ([dab6d07](https://github.com/peaceiris/hugo-theme-iris/commit/dab6d07193aa0b91d67f5692ac612ae83aef409e))
+
+
+
# [0.19.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.18.0...v0.19.0) (2020-09-21)
diff --git a/package-lock.json b/package-lock.json
index 0fcefa8e..e1fca9e6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.19.0",
+ "version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7ccaca98..c6d77479 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.19.0",
+ "version": "0.20.0",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {