diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdd858..97dbfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0.0](https://github.com/FRSource/frs-replace/compare/v3.0.3...v4.0.0) (2022-12-07) + + +### ⚠ BREAKING CHANGES + +* from now on replatement file path should be relative to projects' root + +Signed-off-by: Jakub Freisler + +### Features + +* require replacement method in scope of projects' root ([69fc050](https://github.com/FRSource/frs-replace/commit/69fc05009bf11230fbab73d649b4ce636ebbc8e2)) + ### [3.0.3](https://github.com/FRSource/frs-replace/compare/v3.0.2...v3.0.3) (2021-04-18) ### [3.0.2](https://github.com/FRSource/frs-replace/compare/v3.0.1...v3.0.2) (2021-04-18) diff --git a/package.json b/package.json index d54ea69..dd91f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frsource/frs-replace", - "version": "3.0.3", + "version": "4.0.0", "description": "Simple wrapper around javascript replace with CLI usage support!", "bin": { "frs-replace": "./bin/cli.js"