From a9ce06f8aec76efce9481553ad78eabc62f60f7e Mon Sep 17 00:00:00 2001 From: sonatype-community Date: Thu, 16 Jun 2022 12:35:38 +0000 Subject: [PATCH] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.2.3...v1.2.4) (2022-06-16) ### Bug Fixes * updated dependencies and removed console.log calls ([1391895](https://github.com/sonatype-nexus-community/vscode-iq-plugin/commit/1391895985aa8df55a4d44cf0942423f95bdeb37)) --- 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 4b35e0f..3b13b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.2.3...v1.2.4) (2022-06-16) + + +### Bug Fixes + +* updated dependencies and removed console.log calls ([1391895](https://github.com/sonatype-nexus-community/vscode-iq-plugin/commit/1391895985aa8df55a4d44cf0942423f95bdeb37)) + ## [1.2.3](https://github.com/sonatype-nexus-community/vscode-iq-plugin/compare/v1.2.2...v1.2.3) (2022-01-17) diff --git a/package-lock.json b/package-lock.json index d3cfeb9..994006b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-iq-plugin", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9626dcf..dca5083 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.2.3", + "version": "1.2.4", "author": { "name": "community-group" },