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-02-01 07:06:48 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-01 07:06:48 +0300
commit3178cbd2f39de78d4cfc245315d469f43439565c (patch)
tree3b58d0fa63b47e960ce8aa14e13b995394137964
parent1f0d6729b977cdb7d78ea92ac4fb8574572fe722 (diff)
chore(release): 0.2.1v0.2.1
-rw-r--r--CHANGELOG.md22
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 24 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68a4ad64..d34fc28f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
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.2.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.2.0...v0.2.1) (2020-02-01)
+
+
+### chore
+
+* enhance make and npm tasks ([229bf06](https://github.com/peaceiris/hugo-theme-iris/commit/229bf06652de4280cb57d289132b1aa94d7cd5c9))
+* fix lint-staged ([071a3cb](https://github.com/peaceiris/hugo-theme-iris/commit/071a3cb5cb85d0418e0bad86f5022a13523d1d13))
+* fix lint-staged ([e6d7d5d](https://github.com/peaceiris/hugo-theme-iris/commit/e6d7d5df748086257fa461b87acbac8868baff9a))
+* fix lint-staged ([92c1bbe](https://github.com/peaceiris/hugo-theme-iris/commit/92c1bbe039274810efa011b72dc5a75334bdb0c0))
+* fix lint-staged ([c620609](https://github.com/peaceiris/hugo-theme-iris/commit/c6206092145521dcdca16ea59f6e4eac65f3572f))
+
+### docs
+
+* fix path to images ([3d07686](https://github.com/peaceiris/hugo-theme-iris/commit/3d07686c3730ddaeda05eb30d222bbfae7860a72))
+* update Roadmap ([5af38e6](https://github.com/peaceiris/hugo-theme-iris/commit/5af38e6f6af066915c85c4e0b074a6ce851b6819))
+
+### fix
+
+* section for h2 ([1f0d672](https://github.com/peaceiris/hugo-theme-iris/commit/1f0d6729b977cdb7d78ea92ac4fb8574572fe722))
+
+
+
# [0.2.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.1.9...v0.2.0) (2020-02-01)
diff --git a/package-lock.json b/package-lock.json
index fad14ceb..4329b2ae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.2.0",
+ "version": "0.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ec78d5db..63aa78b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {