Skip to content

Commit 0c87c51

Browse files
author
Robert Jackson
committed
Release 1.1.0
1 parent fb9f468 commit 0c87c51

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.1.0 (2019-07-09)
2+
3+
#### :rocket: Enhancement
4+
* [#62](https://github.com/rwjblue/codemod-cli/pull/62) Add support for custom file extensions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
5+
6+
#### Committers: 1
7+
- L. Preston Sego III ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
8+
19
## v1.0.0 (2019-06-17)
210

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

0 commit comments

Comments
 (0)