From 31227cd4d7b6aecc67595908a92329332cfe8c01 Mon Sep 17 00:00:00 2001 From: sonatype-community Date: Thu, 23 Feb 2023 16:22:57 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.3.1...v1.3.2) (2023-02-23) ### Bug Fixes * improved handling when the User you are connecting to Nexus Lifecycle does not have enough permissions + updated docs ([#243](https://github.com/sonatype-nexus-community/vscode-iq-plugin/issues/243)) ([9cb94a5](https://github.com/sonatype-nexus-community/vscode-iq-plugin/commit/9cb94a5b022c30543681223ae5dee374dd6287c1)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c18fa2..ab3ce51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.3.1...v1.3.2) (2023-02-23) + + +### Bug Fixes + +* improved handling when the User you are connecting to Nexus Lifecycle does not have enough permissions + updated docs ([#243](https://github.com/sonatype-nexus-community/vscode-iq-plugin/issues/243)) ([9cb94a5](https://github.com/sonatype-nexus-community/vscode-iq-plugin/commit/9cb94a5b022c30543681223ae5dee374dd6287c1)) + ## [1.3.1](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.3.0...v1.3.1) (2023-02-23) diff --git a/package-lock.json b/package-lock.json index 53d1a94..6a91a59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-iq-plugin", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a7ea8c7..9a2e494 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.1", + "version": "1.3.2", "author": { "name": "community-group" },