Skip to content

Commit a7f1be0

Browse files
author
Robert Jackson
committed
Release 3.1.1
1 parent e7a60c6 commit a7f1be0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v3.1.1 (2020-12-01)
2+
3+
#### :bug: Bug Fix
4+
* [#128](https://github.com/rwjblue/codemod-cli/pull/128) Added some more default options for jscodeshift command line args ([@jwlawrence](https://github.com/jwlawrence))
5+
6+
#### Committers: 1
7+
- Joshua Lawrence ([@jwlawrence](https://github.com/jwlawrence))
8+
9+
110
## v3.1.0 (2020-10-29)
211

312
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)