From a3a1ed7f23c003c0486a936430caf0a2db41513c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jan 2025 05:18:13 +0000 Subject: [PATCH] chore(release): 5.0.3 [skip ci] ## [5.0.3](https://github.com/FRSOURCE/frs-replace/compare/v5.0.2...v5.0.3) (2025-01-06) ### Bug Fixes * **deps:** update all non-major dependency bump ([#233](https://github.com/FRSOURCE/frs-replace/issues/233)) ([490dbd4](https://github.com/FRSOURCE/frs-replace/commit/490dbd41d8507e99e8b164f84631b16f3ca1652e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dde511..269ae4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3](https://github.com/FRSOURCE/frs-replace/compare/v5.0.2...v5.0.3) (2025-01-06) + + +### Bug Fixes + +* **deps:** update all non-major dependency bump ([#233](https://github.com/FRSOURCE/frs-replace/issues/233)) ([490dbd4](https://github.com/FRSOURCE/frs-replace/commit/490dbd41d8507e99e8b164f84631b16f3ca1652e)) + ## [5.0.2](https://github.com/FRSOURCE/frs-replace/compare/v5.0.1...v5.0.2) (2025-01-05) ## [5.0.1](https://github.com/FRSOURCE/frs-replace/compare/v5.0.0...v5.0.1) (2025-01-05) diff --git a/package.json b/package.json index e829351..c5aa517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frsource/frs-replace", - "version": "5.0.2", + "version": "5.0.3", "description": "Simple wrapper around javascript replace with CLI usage support!", "bin": { "frs-replace": "./bin/cli.mjs"