diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbfb14..79ca3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.0.3](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.2...v1.0.3) (2023-11-21) + + +### 🐛 Bug Fixes + +* only match the version in project definition ([#19](https://github.com/talent-ideal/semantic-release-hex/issues/19)) ([47a848d](https://github.com/talent-ideal/semantic-release-hex/commit/47a848d9ee427fd4d38786d73c8baa3fad0aa09a)) + + +### ♻️ Chores + +* **deps:** lock file maintenance ([93a1193](https://github.com/talent-ideal/semantic-release-hex/commit/93a119332be736eeec26306b874bf65462eb08cd)) +* **deps:** update dependency semantic-release to v22.0.8 ([d7c4e2f](https://github.com/talent-ideal/semantic-release-hex/commit/d7c4e2f234784e1f5b306780ff2f4de5fc065183)) + ## [1.0.2](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.1...v1.0.2) (2023-11-20) diff --git a/package-lock.json b/package-lock.json index 07d6f34..7cdf522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "semantic-release-hex", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "semantic-release-hex", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@semantic-release/error": "^4.0.0" diff --git a/package.json b/package.json index ea184e3..fc2b4a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "semantic-release-hex", "description": "semantic-release plugin to publish a hex package", - "version": "1.0.2", + "version": "1.0.3", "author": "Pierre Cavin (https://github.com/sheerlox)", "type": "module", "main": "lib/index.js",