Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit committed Dec 7, 2022
1 parent 69fc050 commit f6d0e61
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jakub@frsource.org>

### 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f6d0e61

Please sign in to comment.