diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c4d71..d719118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/pubg/semantic-release-gitlabmonorepo/compare/v1.0.2...v1.0.3) (2024-06-11) + + +### Bug Fixes + +* modifying string manipulation code ([73a409a](https://github.com/pubg/semantic-release-gitlabmonorepo/commit/73a409ad5a26304778b1f8957c43d3c4d660cd9c)) + ## [1.0.2](https://github.com/pubg/semantic-release-gitlabmonorepo/compare/v1.0.1...v1.0.2) (2024-06-11) diff --git a/package.json b/package.json index f1580c0..6e1ea4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pubgcorp/semantic-release-gitlabmonorepo", - "version": "1.0.2", + "version": "1.0.3", "main": "./dist/index.js", "module": "./dist/index.js", "exports": "./dist/index.js",