Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 16, 2019
1 parent df8ffba commit a0417bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.0.0 (2019-08-16)

#### :boom: Breaking Change
* [#64](https://github.com/rwjblue/codemod-cli/pull/64) Removes `input` suffix from the path indicated during a test ([@pzuraq](https://github.com/pzuraq))

#### :rocket: Enhancement
* [#63](https://github.com/rwjblue/codemod-cli/pull/63) Use indicated transform extensions to filter files to be processed ([@dcyriller](https://github.com/dcyriller))

#### Committers: 2
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
- Cyrille David ([@dcyriller](https://github.com/dcyriller))

## v1.1.0 (2019-07-09)

#### :rocket: Enhancement
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": "codemod-cli",
"version": "1.1.0",
"version": "2.0.0",
"description": "a command line tool for generating, testing, and publishing codemods",
"keywords": [
"cli",
Expand Down

0 comments on commit a0417bc

Please sign in to comment.