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-04-07 06:54:58 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-04-07 06:54:58 +0300
commit51c351e42f9f2d9bf5372659d831e5f927cfe022 (patch)
treed043b7d343962f592f191f2239789cc1fb38c883
parent472ae0ed31ba8e56b528ebc90d3c28ae0e682eeb (diff)
chore(release): 0.12.4v0.12.4
-rw-r--r--CHANGELOG.md14
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70746fd1..87acc475 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
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.4](https://github.com/peaceiris/hugo-theme-iris/compare/v0.12.3...v0.12.4) (2020-04-07)
+
+
+### ci
+
+* Add automerged_updates ([cbefb25](https://github.com/peaceiris/hugo-theme-iris/commit/cbefb25ab4d758d229361e68804f0b506af5a1a8))
+
+### deps
+
+* bump lint-staged from 10.1.1 to 10.1.2 (#128) ([9d0f7f0](https://github.com/peaceiris/hugo-theme-iris/commit/9d0f7f065503894b648238cb00cba79ca8c90c8e)), closes [#128](https://github.com/peaceiris/hugo-theme-iris/issues/128)
+* npm audit fix ([472ae0e](https://github.com/peaceiris/hugo-theme-iris/commit/472ae0ed31ba8e56b528ebc90d3c28ae0e682eeb))
+
+
+
## [0.12.3](https://github.com/peaceiris/hugo-theme-iris/compare/v0.12.2...v0.12.3) (2020-04-02)
diff --git a/package-lock.json b/package-lock.json
index c5643e68..54b7c273 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.12.3",
+ "version": "0.12.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9c6d441f..0ffe91e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-iris",
- "version": "0.12.3",
+ "version": "0.12.4",
"description": "Hugo IRIS Theme - Portfolio and Blog",
"private": true,
"scripts": {