From c1400ecca20a164d5f1e7a64781beb312b9505a8 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Thu, 7 Jan 2021 15:05:50 +0900 Subject: [PATCH] chore(release): 1.18.8 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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" }