diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ace98ac..4dcb2151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.1.5 (2023-01-23) + +### Bug Fix +* [#10](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/10) Reorganized utilities and handled multiline comments in JSON ([@ijlee2](https://github.com/ijlee2)) + +### Documentation +* [#10](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/10) Reorganized utilities and handled multiline comments in JSON ([@ijlee2](https://github.com/ijlee2)) +* [#9](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/9) Renamed the two types of options ([@ijlee2](https://github.com/ijlee2)) +* [#8](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/8) Reorganized helpers for test fixtures ([@ijlee2](https://github.com/ijlee2)) + +### Committers: 1 +- Isaac Lee ([@ijlee2](https://github.com/ijlee2)) + + ## 0.1.4 (2023-01-19) ### Bug Fix diff --git a/package.json b/package.json index 5a7e368e..31dfc35e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-codemod-v1-to-v2", - "version": "0.1.4", + "version": "0.1.5", "description": "Codemod to convert Ember addons to v2 addon format", "keywords": [ "codemod",