diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fbe66..daab981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/rajasegar/app-to-addon-migrator/compare/v2.1.0...v2.2.0) (2020-05-24) + + +### Features + +* new cli wizard with inquirer prompts ([c4a1f9e](https://github.com/rajasegar/app-to-addon-migrator/commit/c4a1f9e4ab1276f990ea06d31ed5fd1e0751281d)) + # [2.1.0](https://github.com/rajasegar/app-to-addon-migrator/compare/v2.0.1...v2.1.0) (2020-05-22) diff --git a/package.json b/package.json index 29cb632..b4c7395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-to-addon-migrator", - "version": "2.1.0", + "version": "2.2.0", "description": "An opinionated cli tool to migrate Ember components from app to addons within a Yarn workspace. ", "main": "index.js", "bin": {