From dbae268615461f9ad8bda5320ea695233a512ae7 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:33:25 +0900 Subject: [PATCH] chore(release): 0.17.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829219120..ec6208c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.17.1](https://github.com/peaceiris/hugo-theme-iris/compare/v0.17.0...v0.17.1) (2020-09-03) + + +### fix + +* link to web check tools (#192) ([51875b4](https://github.com/peaceiris/hugo-theme-iris/commit/51875b4e4dee45e3b7083456390d37885bbcc3a0)), closes [#192](https://github.com/peaceiris/hugo-theme-iris/issues/192) + + + # [0.17.0](https://github.com/peaceiris/hugo-theme-iris/compare/v0.16.2...v0.17.0) (2020-09-03) diff --git a/package-lock.json b/package-lock.json index 59898739f..d36a74891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-iris", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5907a88d4..717f4c019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-iris", - "version": "0.17.0", + "version": "0.17.1", "description": "Hugo IRIS Theme - Portfolio and Blog", "private": true, "scripts": {