From 418d837023da01a06e697b634a4f2d7471e2f951 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Dec 2022 16:03:24 +0000 Subject: [PATCH] chore(release): 1.8.1 ## [1.8.1](https://github.com/affinidi/vscode-extension/compare/v1.8.0...v1.8.1) (2022-12-15) ### Bug Fixes * IAM status bar item fix (fast-deep-equal import) ([#75](https://github.com/affinidi/vscode-extension/issues/75)) ([7f88686](https://github.com/affinidi/vscode-extension/commit/7f88686a44c27e5ebc26ab66443682808117b781)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0207d3d3..d55d1b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/affinidi/vscode-extension/compare/v1.8.0...v1.8.1) (2022-12-15) + + +### Bug Fixes + +* IAM status bar item fix (fast-deep-equal import) ([#75](https://github.com/affinidi/vscode-extension/issues/75)) ([7f88686](https://github.com/affinidi/vscode-extension/commit/7f88686a44c27e5ebc26ab66443682808117b781)) + # [1.8.0](https://github.com/affinidi/vscode-extension/compare/v1.7.0...v1.8.0) (2022-12-15) diff --git a/package-lock.json b/package-lock.json index 424495b6..0cabda14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "affinidi", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "affinidi", - "version": "1.8.0", + "version": "1.8.1", "license": "Apache-2.0", "dependencies": { "@affinidi/affinidi-vc-schemas": "^1.27.0", diff --git a/package.json b/package.json index c95475b2..c8118a28 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "icon": "media/affinidi-icon-large.png", "preview": true, "repository": "https://github.com/affinidi/vscode-extension", - "version": "1.8.0", + "version": "1.8.1", "engines": { "vscode": "^1.70.0" },