Skip to content

Commit

Permalink
release(version): Release 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2020-05-24)

### Features

* new cli wizard with inquirer prompts ([c4a1f9e](c4a1f9e))
  • Loading branch information
semantic-release-bot committed May 24, 2020
1 parent 782f9e1 commit 13e2800
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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": {
Expand Down

0 comments on commit 13e2800

Please sign in to comment.