diff --git a/CHANGELOG.md b/CHANGELOG.md index 8040e8f..921d6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.12.0](https://github.com/affinidi/vscode-extension/compare/v1.11.0...v1.12.0) (2023-02-02) + + +### Features + +* add portable reputation app generation [FTL-8851] ([#93](https://github.com/affinidi/vscode-extension/issues/93)) ([337eddf](https://github.com/affinidi/vscode-extension/commit/337eddf50df3c8e5012f5adc7c76212a6530fbb3)) +* add remaining events [FTL-8912] ([#95](https://github.com/affinidi/vscode-extension/issues/95)) ([7b88fef](https://github.com/affinidi/vscode-extension/commit/7b88fef005951be497db2617dedbafa2a3333ac2)) + # [1.11.0](https://github.com/affinidi/vscode-extension/compare/v1.10.0...v1.11.0) (2023-02-01) diff --git a/package-lock.json b/package-lock.json index 7ae6060..5415353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "affinidi", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "affinidi", - "version": "1.11.0", + "version": "1.12.0", "license": "Apache-2.0", "dependencies": { "@affinidi/affinidi-vc-schemas": "^1.27.0", diff --git a/package.json b/package.json index 3b41598..d7bcc1c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/affinidi/vscode-extension" }, - "version": "1.11.0", + "version": "1.12.0", "engines": { "vscode": "^1.70.0" },