diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3013e..0e0e205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2450f2b..1b00a3e 100644 --- a/package.json +++ b/package.json @@ -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": {