diff --git a/CHANGELOG.md b/CHANGELOG.md index e890262..d205e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.5.0...v1.5.1) (2021-09-23) + + +### chore + +* add code scanning ([#31](https://github.com/oleg-koval/semantic-release-npm-github-publish/issues/31)) ([1d956cb](https://github.com/oleg-koval/semantic-release-npm-github-publish/commit/1d956cbaf75677d9a869e33de4cf50f0304ff1b3)) + # [1.5.0](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.4.0...v1.5.0) (2021-09-23) diff --git a/package-lock.json b/package-lock.json index 246bf98..206453f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "semantic-release-npm-github-publish", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7806db5..f31b41e 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, - "version": "1.5.0", + "version": "1.5.1", "snyk": true }