diff --git a/CHANGELOG.md b/CHANGELOG.md index 3092dd54..73cc6e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.3](https://github.com/kintone/plugin-packer/compare/v2.0.2...v2.0.3) (2019-08-27) + + + ## [2.0.2](https://github.com/kintone/plugin-packer/compare/v2.0.1...v2.0.2) (2019-08-27) diff --git a/package-lock.json b/package-lock.json index 56832436..f8ad73b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kintone/plugin-packer", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2bccf861..1cc89c9b 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.2", + "version": "2.0.3", "author": "Teppei Sato ", "engines": { "node": ">=8"