From acff22f71a5fd16ae459faa32c90c0776d4da7ee Mon Sep 17 00:00:00 2001 From: Jakub Freisler Date: Fri, 19 May 2023 04:14:34 +0200 Subject: [PATCH] chore(release): 4.1.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"