diff --git a/CHANGELOG.md b/CHANGELOG.md index 71500c18c..8d858a98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.18.8](https://github.com/inabagumi/inaba-jinja/compare/v1.18.7...v1.18.8) (2021-01-07) + ### [1.18.7](https://github.com/inabagumi/inaba-jinja/compare/v1.18.6...v1.18.7) (2020-12-13) ### [1.18.6](https://github.com/inabagumi/inaba-jinja/compare/v1.18.5...v1.18.6) (2020-12-13) diff --git a/package.json b/package.json index 844e533d5..304cfa96a 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,5 @@ "start": "next start", "test": "jest" }, - "version": "1.18.7" + "version": "1.18.8" }