Skip to content

Commit 96ed7d8

Browse files
author
Robert Jackson
committed
Release 3.0.0
1 parent d3a56d7 commit 96ed7d8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v3.0.0 (2020-08-04)
2+
3+
#### :boom: Breaking Change
4+
* [#91](https://github.com/rwjblue/codemod-cli/pull/91) Drop support for Node 13 ([@rwjblue](https://github.com/rwjblue))
5+
* [#83](https://github.com/rwjblue/codemod-cli/pull/83) Drop node 8 ([@simonihmig](https://github.com/simonihmig))
6+
7+
#### :rocket: Enhancement
8+
* [#89](https://github.com/rwjblue/codemod-cli/pull/89) Added support for accepting `jscodeshift` ignore options (e.g. `--ignore-config` and `--ignore-pattern`) ([@vinomanick](https://github.com/vinomanick))
9+
* [#81](https://github.com/rwjblue/codemod-cli/pull/81) Add support for template codemods ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### :memo: Documentation
12+
* [#80](https://github.com/rwjblue/codemod-cli/pull/80) Fix "Debugging Workflow" examples ([@ro0gr](https://github.com/ro0gr))
13+
* [#78](https://github.com/rwjblue/codemod-cli/pull/78) [docs] Update the readme blueprint for local usage ([@jsturgis](https://github.com/jsturgis))
14+
* [#73](https://github.com/rwjblue/codemod-cli/pull/73) [DOCS] Add debugging workflow info docs ([@rajasegar](https://github.com/rajasegar))
15+
16+
#### :house: Internal
17+
* [#90](https://github.com/rwjblue/codemod-cli/pull/90) Update automated release steps ([@rwjblue](https://github.com/rwjblue))
18+
* [#87](https://github.com/rwjblue/codemod-cli/pull/87) Add node 14 to test matrix ([@simonihmig](https://github.com/simonihmig))
19+
20+
#### Committers: 7
21+
- Jeff Sturgis ([@jsturgis](https://github.com/jsturgis))
22+
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
23+
- Rajasegar Chandran ([@rajasegar](https://github.com/rajasegar))
24+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
25+
- Ruslan Hrabovyi ([@ro0gr](https://github.com/ro0gr))
26+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
27+
- Vinodh Kumar ([@vinomanick](https://github.com/vinomanick))
28+
29+
130
## v2.1.0 (2019-09-23)
231

332
#### :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": "2.1.0",
3+
"version": "3.0.0",
44
"description": "a command line tool for generating, testing, and publishing codemods",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)