From cc4f0343791d5dd822b9c5f3be04bee301b3728c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 09:00:15 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",