Skip to content

Commit a0417bc

Browse files
author
Robert Jackson
committed
Release 2.0.0
1 parent df8ffba commit a0417bc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.0.0 (2019-08-16)
2+
3+
#### :boom: Breaking Change
4+
* [#64](https://github.com/rwjblue/codemod-cli/pull/64) Removes `input` suffix from the path indicated during a test ([@pzuraq](https://github.com/pzuraq))
5+
6+
#### :rocket: Enhancement
7+
* [#63](https://github.com/rwjblue/codemod-cli/pull/63) Use indicated transform extensions to filter files to be processed ([@dcyriller](https://github.com/dcyriller))
8+
9+
#### Committers: 2
10+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
11+
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
12+
113
## v1.1.0 (2019-07-09)
214

315
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemod-cli",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "a command line tool for generating, testing, and publishing codemods",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)