Skip to content

Commit

Permalink
chore(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-08-31)

### Bug Fixes

* 🐛 merge statements breaks with trailing comma ([661d594](661d594))
* 🐛 third party wrong classification ([7e33e47](7e33e47))
  • Loading branch information
semantic-release-bot committed Aug 31, 2020
1 parent 24af1b5 commit dc2e6ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.1](https://github.com/kreuzerk/import-conductor/compare/v2.0.0...v2.0.1) (2020-08-31)


### Bug Fixes

* 🐛 merge statements breaks with trailing comma ([661d594](https://github.com/kreuzerk/import-conductor/commit/661d594cf2f28715b962a96160e94baf8da74387))
* 🐛 third party wrong classification ([7e33e47](https://github.com/kreuzerk/import-conductor/commit/7e33e47ca71776181714015ef88938f8d0fc8a57))

# [2.0.0](https://github.com/kreuzerk/import-conductor/compare/v1.5.1...v2.0.0) (2020-08-29)


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": "import-conductor",
"version": "2.0.0",
"version": "2.0.1",
"description": "Automatically organize your Typescript import statements",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dc2e6ba

Please sign in to comment.