Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Freisler committed Oct 21, 2019
1 parent 4d90537 commit 9c5feb3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Change Log
# Changelog

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.

## [2.0.0](https://github.com/FRSource/FRS-replace/compare/v1.0.1...v2.0.0) (2019-10-21)


### ⚠ BREAKING CHANGES

* **package:** fast-glob does not support backslashes in glob patterns anymore, always use forward-slashes

### Features

* better parallelization ([4d90537](https://github.com/FRSource/FRS-replace/commit/4d905375f0550a097d9464b742d13515e1314c94)), closes [#17](https://github.com/FRSource/FRS-replace/issues/17) [#10](https://github.com/FRSource/FRS-replace/issues/10) [#19](https://github.com/FRSource/FRS-replace/issues/19)


### Bug Fixes

* **package:** update fast-glob to version 3.1.0 ([#44](https://github.com/FRSource/FRS-replace/issues/44)) ([735785d](https://github.com/FRSource/FRS-replace/commit/735785dfdc99869096cd4c6a3be60fb8f796d54b))
* **package:** update write to version 2.0.0 ([#36](https://github.com/FRSource/FRS-replace/issues/36)) ([d0b7ffd](https://github.com/FRSource/FRS-replace/commit/d0b7ffdbbd668262860e130551e64b54840ac782))
* **package:** update yargs to version 14.2.0 ([#45](https://github.com/FRSource/FRS-replace/issues/45)) ([6df29e4](https://github.com/FRSource/FRS-replace/commit/6df29e4e9bda262f9467d85349cd1c61d260c328)), closes [#35](https://github.com/FRSource/FRS-replace/issues/35)

## [1.0.1](https://github.com/FRSource/FRS-replace/compare/v1.0.0...v1.0.1) (2019-10-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": "frs-replace",
"version": "1.0.1",
"version": "2.0.0",
"description": "Simple wrapper around javascript replace with CLI usage support!",
"bin": "./bin/cli.js",
"main": "index.js",
Expand Down

0 comments on commit 9c5feb3

Please sign in to comment.