diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c53f2d..5db15be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.1.1](https://github.com/FRSOURCE/frs-replace/compare/v4.1.0...v4.1.1) (2023-05-19) + ## [4.1.0](https://github.com/FRSource/frs-replace/compare/v4.0.0...v4.1.0) (2023-02-05) diff --git a/package.json b/package.json index 5ccd9e0..b966894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frsource/frs-replace", - "version": "4.1.0", + "version": "4.1.1", "description": "Simple wrapper around javascript replace with CLI usage support!", "bin": { "frs-replace": "./bin/cli.js"