diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a642f44c..4688725b3 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.1.4](https://github.com/peaceiris/hugo-theme-iris/compare/v0.1.3...v0.1.4) (2020-01-28) + + +### ci + +* Fix target theme ([0fa24d1](https://github.com/peaceiris/hugo-theme-iris/commit/0fa24d14fc7cb73963202d177976bd2b211756a8)) + +### docs + +* update Getting Started ([9ad4e8e](https://github.com/peaceiris/hugo-theme-iris/commit/9ad4e8eb007e5abc9445f17c34c4efbdddc2e51a)) + + + ## [0.1.3](https://github.com/peaceiris/hugo-theme-iris/compare/v0.1.2...v0.1.3) (2020-01-28) diff --git a/package-lock.json b/package-lock.json index 331bd18dc..24e83b369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-iris", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00c723107..6a5226d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-iris", - "version": "0.1.3", + "version": "0.1.4", "description": "Hugo IRIS Theme - Portfolio and Blog", "private": true, "scripts": {