From 5c97cd176b894ac8015c462496b4f6614b102984 Mon Sep 17 00:00:00 2001 From: sakito Date: Tue, 26 Nov 2019 11:26:00 +0900 Subject: [PATCH] chore(release): 2.0.7 --- 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 49f00000..db904e7f 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. +### [2.0.7](https://github.com/kintone/plugin-packer/compare/v2.0.6...v2.0.7) (2019-11-26) + + +### Bug Fixes + +* **deps:** update dependency @kintone/plugin-manifest-validator to ^2.0.7 ([#433](https://github.com/kintone/plugin-packer/issues/433)) ([01ebb00](https://github.com/kintone/plugin-packer/commit/01ebb00)) +* **deps:** update dependency chokidar to ^3.2.3 ([#435](https://github.com/kintone/plugin-packer/issues/435)) ([f18e41b](https://github.com/kintone/plugin-packer/commit/f18e41b)) +* **deps:** update dependency chokidar to ^3.3.0 ([#439](https://github.com/kintone/plugin-packer/issues/439)) ([1e37c4c](https://github.com/kintone/plugin-packer/commit/1e37c4c)) + ### [2.0.6](https://github.com/kintone/plugin-packer/compare/v2.0.5...v2.0.6) (2019-10-23) diff --git a/package-lock.json b/package-lock.json index b8c1402a..752c3e21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kintone/plugin-packer", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4b11e09..b5de7f34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kintone/plugin-packer", "description": "Package your kintone plugin with pure JavaScript", - "version": "2.0.6", + "version": "2.0.7", "author": "Teppei Sato ", "engines": { "node": ">=8"