Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 29, 2020
1 parent ca8509e commit 6f8c992
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v3.1.0 (2020-10-29)

#### :rocket: Enhancement
* [#95](https://github.com/rwjblue/codemod-cli/pull/95) Remove .travis.yml from newly generated projects. ([@rwjblue](https://github.com/rwjblue))

#### :bug: Bug Fix
* [#121](https://github.com/rwjblue/codemod-cli/pull/121) Updated `update-docs` command to respect mixed file type extensions ([@jwlawrence](https://github.com/jwlawrence))
* [#94](https://github.com/rwjblue/codemod-cli/pull/94) Fixup GH Actions configuration for new projects. ([@rwjblue](https://github.com/rwjblue))

#### :memo: Documentation
* [#118](https://github.com/rwjblue/codemod-cli/pull/118) Add some docs on how to generate template codemods ([@patocallaghan](https://github.com/patocallaghan))

#### Committers: 3
- Joshua Lawrence ([@jwlawrence](https://github.com/jwlawrence))
- Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v3.0.0 (2020-08-04)

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

0 comments on commit 6f8c992

Please sign in to comment.