Skip to content

Commit 6f8c992

Browse files
author
Robert Jackson
committed
Release 3.1.0
1 parent ca8509e commit 6f8c992

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v3.1.0 (2020-10-29)
2+
3+
#### :rocket: Enhancement
4+
* [#95](https://github.com/rwjblue/codemod-cli/pull/95) Remove .travis.yml from newly generated projects. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :bug: Bug Fix
7+
* [#121](https://github.com/rwjblue/codemod-cli/pull/121) Updated `update-docs` command to respect mixed file type extensions ([@jwlawrence](https://github.com/jwlawrence))
8+
* [#94](https://github.com/rwjblue/codemod-cli/pull/94) Fixup GH Actions configuration for new projects. ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### :memo: Documentation
11+
* [#118](https://github.com/rwjblue/codemod-cli/pull/118) Add some docs on how to generate template codemods ([@patocallaghan](https://github.com/patocallaghan))
12+
13+
#### Committers: 3
14+
- Joshua Lawrence ([@jwlawrence](https://github.com/jwlawrence))
15+
- Pat O'Callaghan ([@patocallaghan](https://github.com/patocallaghan))
16+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
17+
18+
119
## v3.0.0 (2020-08-04)
220

321
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)