Skip to content

Commit 3dbe981

Browse files
committed
Release 3.1.2
1 parent 6a79537 commit 3dbe981

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v3.1.2 (2021-02-17)
2+
3+
#### :bug: Bug Fix
4+
* [#156](https://github.com/rwjblue/codemod-cli/pull/156) Ensure the correct `ember-template-recast` command is found for template based codemods ([@zhanwang626](https://github.com/zhanwang626))
5+
6+
#### :house: Internal
7+
* [#158](https://github.com/rwjblue/codemod-cli/pull/158) Remove macOS-latest from GitHub Actions config. ([@rwjblue](https://github.com/rwjblue))
8+
* [#157](https://github.com/rwjblue/codemod-cli/pull/157) Update dependencies to latest ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### Committers: 2
11+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
12+
- Zhan Wang ([@zhanwang626](https://github.com/zhanwang626))
13+
14+
115
## v3.1.1 (2020-12-01)
216

317
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)