Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 17, 2021
1 parent 6a79537 commit 3dbe981
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v3.1.2 (2021-02-17)

#### :bug: Bug Fix
* [#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))

#### :house: Internal
* [#158](https://github.com/rwjblue/codemod-cli/pull/158) Remove macOS-latest from GitHub Actions config. ([@rwjblue](https://github.com/rwjblue))
* [#157](https://github.com/rwjblue/codemod-cli/pull/157) Update dependencies to latest ([@rwjblue](https://github.com/rwjblue))

#### Committers: 2
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Zhan Wang ([@zhanwang626](https://github.com/zhanwang626))


## v3.1.1 (2020-12-01)

#### :bug: Bug Fix
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.1.1",
"version": "3.1.2",
"description": "a command line tool for generating, testing, and publishing codemods",
"keywords": [
"cli",
Expand Down

0 comments on commit 3dbe981

Please sign in to comment.