From 6cda822ed3f5be8b205b8bbd68facae2f2c6b1cd Mon Sep 17 00:00:00 2001 From: toshi-toma Date: Tue, 24 Dec 2019 11:12:50 +0900 Subject: [PATCH] chore(release): 2.0.8 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db904e7f..2ecd2f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.8](https://github.com/kintone/plugin-packer/compare/v2.0.7...v2.0.8) (2019-12-24) + + +### Bug Fixes + +* **deps:** update dependency @kintone/plugin-manifest-validator to ^2.0.8 ([#447](https://github.com/kintone/plugin-packer/issues/447)) ([80c330c](https://github.com/kintone/plugin-packer/commit/80c330cdbbe217e771f85538580116253a19d074)) +* **deps:** update dependency @kintone/plugin-manifest-validator to ^2.0.9 ([#451](https://github.com/kintone/plugin-packer/issues/451)) ([2f6ae67](https://github.com/kintone/plugin-packer/commit/2f6ae673e54b68650074f389b11ad1c113ce4162)) +* **deps:** update dependency chokidar to ^3.3.1 ([#453](https://github.com/kintone/plugin-packer/issues/453)) ([e950085](https://github.com/kintone/plugin-packer/commit/e9500854495e6491bd59d5de1e6d5272f8de1fa4)) +* **deps:** update dependency node-rsa to ~1.0.7 ([#446](https://github.com/kintone/plugin-packer/issues/446)) ([01d7aed](https://github.com/kintone/plugin-packer/commit/01d7aed2c2e495da812d9498ababfd64004f4da0)) + ### [2.0.7](https://github.com/kintone/plugin-packer/compare/v2.0.6...v2.0.7) (2019-11-26) diff --git a/package-lock.json b/package-lock.json index 4a17828a..64a1c13e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kintone/plugin-packer", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 713ecae7..54fed2a4 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.7", + "version": "2.0.8", "author": "Teppei Sato ", "engines": { "node": ">=8"