diff --git a/CHANGELOG.md b/CHANGELOG.md index 4180eb1..032ad32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/pchalupa/release-it-webhook/compare/0.0.2...0.0.3) (2024-01-01) + + +### Chores + +* update release-it version range ([3a228ac](https://github.com/pchalupa/release-it-webhook/commit/3a228ac820752a8ed540e482a2b6ce9a35739d58)) + ## [0.0.2](https://github.com/pchalupa/release-it-webhook/compare/0.0.1...0.0.2) (2024-01-01) diff --git a/package-lock.json b/package-lock.json index 6bbd507..3cbb375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "release-it-webhook", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "release-it-webhook", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index becc3ee..41e1f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-it-webhook", - "version": "0.0.2", + "version": "0.0.3", "description": "Webhook plugin for release-it", "repository": "https://github.com/pchalupa/release-it-webhook", "bugs": {