diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d48e6..fb7e184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.5.2...v1.5.3) (2022-08-19) + + +### chore + +* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#36](https://github.com/oleg-koval/semantic-release-npm-github-publish/issues/36)) ([8387054](https://github.com/oleg-koval/semantic-release-npm-github-publish/commit/83870549f672af9a299c5dcca693245d130e3fa6)) + ## [1.5.2](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.5.1...v1.5.2) (2022-08-19) diff --git a/package-lock.json b/package-lock.json index 4dc9e32..5b1d26c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "semantic-release-npm-github-publish", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73ebb7d..b7909e8 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, - "version": "1.5.2", + "version": "1.5.3", "snyk": true }