From 5fbdad33b9b3a10cdc72a58fddcc7f51dff42dbc Mon Sep 17 00:00:00 2001 From: Toru Kobayashi Date: Wed, 2 Oct 2019 10:12:06 +0900 Subject: [PATCH] chore(release): 2.0.5 --- 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 8550fc0f..87cc3226 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.5](https://github.com/kintone/plugin-packer/compare/v2.0.4...v2.0.5) (2019-10-02) + + +### Bug Fixes + +* **deps:** update dependency @kintone/plugin-manifest-validator to ^2.0.5 ([#409](https://github.com/kintone/plugin-packer/issues/409)) ([448f8d6](https://github.com/kintone/plugin-packer/commit/448f8d6)) +* **deps:** update dependency chokidar to ^3.1.1 ([8c39d22](https://github.com/kintone/plugin-packer/commit/8c39d22)) +* update manifest-validator to 2.0.6 to suppress logs ([#418](https://github.com/kintone/plugin-packer/issues/418)) ([228dea0](https://github.com/kintone/plugin-packer/commit/228dea0)) + ### [2.0.4](https://github.com/kintone/plugin-packer/compare/v2.0.3...v2.0.4) (2019-09-24) diff --git a/package-lock.json b/package-lock.json index 26f1f09e..f7c6e0c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kintone/plugin-packer", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9bc7a67a..fcb0819d 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.4", + "version": "2.0.5", "author": "Teppei Sato ", "engines": { "node": ">=8"