Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 4, 2020
1 parent d3a56d7 commit 96ed7d8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## v3.0.0 (2020-08-04)

#### :boom: Breaking Change
* [#91](https://github.com/rwjblue/codemod-cli/pull/91) Drop support for Node 13 ([@rwjblue](https://github.com/rwjblue))
* [#83](https://github.com/rwjblue/codemod-cli/pull/83) Drop node 8 ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#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))
* [#81](https://github.com/rwjblue/codemod-cli/pull/81) Add support for template codemods ([@simonihmig](https://github.com/simonihmig))

#### :memo: Documentation
* [#80](https://github.com/rwjblue/codemod-cli/pull/80) Fix "Debugging Workflow" examples ([@ro0gr](https://github.com/ro0gr))
* [#78](https://github.com/rwjblue/codemod-cli/pull/78) [docs] Update the readme blueprint for local usage ([@jsturgis](https://github.com/jsturgis))
* [#73](https://github.com/rwjblue/codemod-cli/pull/73) [DOCS] Add debugging workflow info docs ([@rajasegar](https://github.com/rajasegar))

#### :house: Internal
* [#90](https://github.com/rwjblue/codemod-cli/pull/90) Update automated release steps ([@rwjblue](https://github.com/rwjblue))
* [#87](https://github.com/rwjblue/codemod-cli/pull/87) Add node 14 to test matrix ([@simonihmig](https://github.com/simonihmig))

#### Committers: 7
- Jeff Sturgis ([@jsturgis](https://github.com/jsturgis))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- Rajasegar Chandran ([@rajasegar](https://github.com/rajasegar))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Ruslan Hrabovyi ([@ro0gr](https://github.com/ro0gr))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- Vinodh Kumar ([@vinomanick](https://github.com/vinomanick))


## v2.1.0 (2019-09-23)

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

0 comments on commit 96ed7d8

Please sign in to comment.