diff --git a/CHANGELOG.md b/CHANGELOG.md index 3415fa3..c13003a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.2.0...v1.2.1) (2019-10-04) + + +### Bug Fixes + +* **manifest:** add plugins.json to a bundle ([22c1a28db3a189d06a354c621e5b24c6df94f38c](https://github.com/oleg-koval/semantic-release-npm-github-publish/commit/22c1a28db3a189d06a354c621e5b24c6df94f38c)) + # [1.2.0](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.1.10...v1.2.0) (2019-10-04) diff --git a/package-lock.json b/package-lock.json index df97e8b..2488e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "semantic-release-npm-github-publish", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23731ee..6273471 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "semantic-release": "^15.13.24" }, "files": [ - "release.config.js", - "plugins.json" + "release.config.js", + "plugins.json" ], "keywords": [ "changelog", @@ -48,5 +48,5 @@ "scripts": { "semantic-release": "semantic-release" }, - "version": "1.2.0" + "version": "1.2.1" }