Skip to content

Commit

Permalink
chore(release): 2.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.3](v2.2.2...v2.2.3) (2021-03-24)

### Bug Fixes

* 🐛 handle third party libraries that are not installed ([aab3f11](aab3f11))
  • Loading branch information
semantic-release-bot committed Mar 24, 2021
1 parent 2059023 commit 311fdf6
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.3](https://github.com/kreuzerk/import-conductor/compare/v2.2.2...v2.2.3) (2021-03-24)


### Bug Fixes

* 🐛 handle third party libraries that are not installed ([aab3f11](https://github.com/kreuzerk/import-conductor/commit/aab3f1104de88dbdadd8a84f2cf42f32cd8ee75a))

## [2.2.2](https://github.com/kreuzerk/import-conductor/compare/v2.2.1...v2.2.2) (2021-02-11)


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

0 comments on commit 311fdf6

Please sign in to comment.