Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 17, 2019
1 parent ac63297 commit c9c1c48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.0.0 (2019-06-17)

#### :boom: Breaking Change
* [#61](https://github.com/rwjblue/codemod-cli/pull/61) Drop support for Node 6 and 11. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## v0.2.12 (2019-06-17)

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

0 comments on commit c9c1c48

Please sign in to comment.