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-03-18 05:00:42 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-03-18 05:00:42 +0300
commit6e20fa403e264c0dd569532723e85d6afbfa2cd3 (patch)
tree3aa57245d1bfaa6c244ab2bbcf0a79441ee5fe0b
parent1298ef9c237b1338ec5aeec0e9cbf3789a6ae19d (diff)
chore(release): 0.12.2v0.12.2
-rw-r--r--CHANGELOG.md18
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae8f8ab5..65c7e28f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
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.12.2](https://github.com/peaceiris/hugo-theme-iris/compare/v0.12.1...v0.12.2) (2020-03-18)
+
+
+### ci
+
+* set update_schedule live ([b6d7f1f](https://github.com/peaceiris/hugo-theme-iris/commit/b6d7f1f303a298fd91f7b4c6fa508f7671585402))
+
+### deps
+
+* bump hub 2.14.1 to 2.14.2 ([f421e6f](https://github.com/peaceiris/hugo-theme-iris/commit/f421e6f3b82b6e985b4720af7d5fa6665f0a2809))
+* bump hugo from 0.67.0 to 0.67.1 (#119) ([d25e38a](https://github.com/peaceiris/hugo-theme-iris/commit/d25e38aa564595f2c87b063fa5283a3d920ab488)), closes [#119](https://github.com/peaceiris/hugo-theme-iris/issues/119)
+* bump husky from 4.2.1 to 4.2.3 (#120) ([dc4526d](https://github.com/peaceiris/hugo-theme-iris/commit/dc4526d0082d8a936e79452ea752b36bcd7dd59c)), closes [#120](https://github.com/peaceiris/hugo-theme-iris/issues/120)
+* bump lint-staged from 10.0.7 to 10.0.8 (#123) ([1298ef9](https://github.com/peaceiris/hugo-theme-iris/commit/1298ef9c237b1338ec5aeec0e9cbf3789a6ae19d)), closes [#123](https://github.com/peaceiris/hugo-theme-iris/issues/123)
+* bump open from 7.0.2 to 7.0.3 (#121) ([d2fdb66](https://github.com/peaceiris/hugo-theme-iris/commit/d2fdb66715b8c5ebbfd45001d19c927258015130)), closes [#121](https://github.com/peaceiris/hugo-theme-iris/issues/121)
+* bump wait-on from 4.0.0 to 4.0.1 (#122) ([d7b42f3](https://github.com/peaceiris/hugo-theme-iris/commit/d7b42f346474d50e662efc458e6312212073e543)), closes [#122](https://github.com/peaceiris/hugo-theme-iris/issues/122)
+
+
+
## [0.12.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.12.0...v0.12.1) (2020-03-09)
diff --git a/package-lock.json b/package-lock.json
index b2e29f6c..5f9e1226 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.12.1",
+ "version": "0.12.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ed95b103..596d17ad 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.12.1",
+ "version": "0.12.2",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {