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-26 20:09:16 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-09-26 20:09:16 +0300
commit554abd1d17a2fe269838df5783e93d197fd07254 (patch)
treeece5881d38eb60d451f425384ef0227b5e4f5a05
parent3bc52e5e7f461d7f626fff8be67c651effd9631f (diff)
chore(release): 0.20.1v0.20.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 406db9f7..bdd87da2 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.20.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.20.0...v0.20.1) (2020-09-26)
+
+
+### docs
+
+* remove Site Params ([66be637](https://github.com/peaceiris/hugo-theme-iris/commit/66be637988b6ea14f300e4bc34b346009bf002d3))
+
+### feat
+
+* set p tag line-height to 1.8rem ([3bc52e5](https://github.com/peaceiris/hugo-theme-iris/commit/3bc52e5e7f461d7f626fff8be67c651effd9631f))
+
+
+
# [0.20.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.19.0...v0.20.0) (2020-09-21)
diff --git a/package-lock.json b/package-lock.json
index e1fca9e6..fb402a0b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.20.0",
+ "version": "0.20.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c6d77479..05ac0b9d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.20.0",
+ "version": "0.20.1",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {