diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e1adc..30ed437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 8be61b6..7ce14f9 100644 --- a/package.json +++ b/package.json @@ -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",