Skip to content

Commit

Permalink
release(version): Release 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2020-05-22)

### Bug Fixes

* **ci:** add yarn.lock repo ([2679dd0](2679dd0))
* **ci:** install before running semantic-release ([54bbff1](54bbff1))
* **ci:** move semantic-release to dependencies ([4e257aa](4e257aa))
* **ci:** use npx for semantic-release ([458d1fc](458d1fc))
* lint errors for storage command ([c83fe9a](c83fe9a))
* pod structure issue with component tests ([b18001c](b18001c))
  • Loading branch information
semantic-release-bot committed May 22, 2020
1 parent 684c512 commit 12395f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [2.0.1](https://github.com/rajasegar/app-to-addon-migrator/compare/v2.0.0...v2.0.1) (2020-05-22)


### Bug Fixes

* **ci:** add yarn.lock repo ([2679dd0](https://github.com/rajasegar/app-to-addon-migrator/commit/2679dd0edd0481d508bbf46e995a1fe2276a23ab))
* **ci:** install before running semantic-release ([54bbff1](https://github.com/rajasegar/app-to-addon-migrator/commit/54bbff166447a38ce8b6a8182e39a5a8873238f9))
* **ci:** move semantic-release to dependencies ([4e257aa](https://github.com/rajasegar/app-to-addon-migrator/commit/4e257aa9437c93327cc13b05f680e6d95a1f4247))
* **ci:** use npx for semantic-release ([458d1fc](https://github.com/rajasegar/app-to-addon-migrator/commit/458d1fcc76dcd42d01dd19065652b94f62411ab8))
* lint errors for storage command ([c83fe9a](https://github.com/rajasegar/app-to-addon-migrator/commit/c83fe9a74e4c781a06d8925b103e5c24da3ba4fc))
* pod structure issue with component tests ([b18001c](https://github.com/rajasegar/app-to-addon-migrator/commit/b18001c681551ebf9792f7b40ab768c13d5490f1))
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.0.0",
"version": "2.0.1",
"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 12395f5

Please sign in to comment.