Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Sep 23, 2019
1 parent 6a9dba1 commit d5696dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v2.1.0 (2019-09-23)

#### :rocket: Enhancement
* [#71](https://github.com/rwjblue/codemod-cli/pull/71) Add GH Actions Workflow setup to new projects. ([@rwjblue](https://github.com/rwjblue))
* [#67](https://github.com/rwjblue/codemod-cli/pull/67) Add linting setup to new projects. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#70](https://github.com/rwjblue/codemod-cli/pull/70) Remove TravisCI setup. ([@rwjblue](https://github.com/rwjblue))
* [#69](https://github.com/rwjblue/codemod-cli/pull/69) Add GH Actions CI. ([@rwjblue](https://github.com/rwjblue))
* [#68](https://github.com/rwjblue/codemod-cli/pull/68) Update dependencies to latest versions. ([@rwjblue](https://github.com/rwjblue))

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

## v2.0.0 (2019-08-16)

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

0 comments on commit d5696dd

Please sign in to comment.