diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3ce51..f90ece5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.3.2...v1.3.3) (2023-02-24) + + +### Bug Fixes + +* support for workspaces with directory(s) that do not contain known manifests [#244](https://github.com/sonatype-nexus-community/vscode-iq-plugin/issues/244) ([#245](https://github.com/sonatype-nexus-community/vscode-iq-plugin/issues/245)) ([315b08b](https://github.com/sonatype-nexus-community/vscode-iq-plugin/commit/315b08b88ad24dd2d7bfb99010840ba4281af89c)) + ## [1.3.2](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.3.1...v1.3.2) (2023-02-23) diff --git a/package-lock.json b/package-lock.json index 6a91a59..538c4b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-iq-plugin", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a2e494..dd27e94 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-iq-plugin", "displayName": "Sonatype Nexus IQ Extension for VSCode", "description": "Sonatype Nexus IQ Extension for VSCode", - "version": "1.3.2", + "version": "1.3.3", "author": { "name": "community-group" },