Skip to content

Commit

Permalink
chore(release): 2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.2](v2.2.1...v2.2.2) (2021-02-11)

### Bug Fixes

* 🐛 Fixed case with empty separator added ([6419a16](6419a16))
  • Loading branch information
semantic-release-bot committed Feb 11, 2021
1 parent 35835ab commit 48d073e
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.2](https://github.com/kreuzerk/import-conductor/compare/v2.2.1...v2.2.2) (2021-02-11)


### Bug Fixes

* 🐛 Fixed case with empty separator added ([6419a16](https://github.com/kreuzerk/import-conductor/commit/6419a161dfb30ea8d1e525623577700a8b901f3d))

## [2.2.1](https://github.com/kreuzerk/import-conductor/compare/v2.2.0...v2.2.1) (2020-10-13)


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

0 comments on commit 48d073e

Please sign in to comment.