From a9011b855f3ceaaa8c82ef893e31c91f5fba5659 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Feb 2024 18:21:43 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] ## [2.1.0](https://github.com/cheqd/did-registrar/compare/2.0.8...2.1.0) (2024-02-20) ### Features * Rename verificationMethodId to kid [DEV-3670] ([#271](https://github.com/cheqd/did-registrar/issues/271)) ([fe0aeeb](https://github.com/cheqd/did-registrar/commit/fe0aeebc4d09cc8cb7f9de3a56c4b5ff1a4ccbb5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8185c7b..e2765ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/cheqd/did-registrar/compare/2.0.8...2.1.0) (2024-02-20) + + +### Features + +* Rename verificationMethodId to kid [DEV-3670] ([#271](https://github.com/cheqd/did-registrar/issues/271)) ([fe0aeeb](https://github.com/cheqd/did-registrar/commit/fe0aeebc4d09cc8cb7f9de3a56c4b5ff1a4ccbb5)) + ## [2.1.0-develop.1](https://github.com/cheqd/did-registrar/compare/2.0.8...2.1.0-develop.1) (2024-02-20) diff --git a/package.json b/package.json index c1fb8c5..fd3aa62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-registrar", - "version": "2.1.0-develop.1", + "version": "2.1.0", "description": "Universal Registrar for cheqd DID method", "homepage": "https://github.com/cheqd/did-registrar#readme", "license": "Apache-2.0",