Skip to content

Commit 11d0b86

Browse files
chore(release): 5.1.4 [skip ci]
## [5.1.4](5.1.3...5.1.4) (2025-03-21) ### Bug Fixes * Deserialize JSON unescaped assertionMethod [DEV-4850] ([#431](#431)) ([e9c4a9c](e9c4a9c)) * Improve Error Handling for VerificationMethodType in utils [DEV-4853] ([#430](#430)) ([086f3df](086f3df))
1 parent 8421786 commit 11d0b86

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.4](https://github.com/cheqd/sdk/compare/5.1.3...5.1.4) (2025-03-21)
4+
5+
### Bug Fixes
6+
7+
* Deserialize JSON unescaped assertionMethod [DEV-4850] ([#431](https://github.com/cheqd/sdk/issues/431)) ([e9c4a9c](https://github.com/cheqd/sdk/commit/e9c4a9c517f262272ef067438f5d430c7760b40a))
8+
* Improve Error Handling for VerificationMethodType in utils [DEV-4853] ([#430](https://github.com/cheqd/sdk/issues/430)) ([086f3df](https://github.com/cheqd/sdk/commit/086f3df4862159fd2ed40af5eec5e9948215fbd8))
9+
310
## [5.1.4-develop.2](https://github.com/cheqd/sdk/compare/5.1.4-develop.1...5.1.4-develop.2) (2025-03-21)
411

512
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cheqd/sdk",
3-
"version": "5.1.4-develop.2",
3+
"version": "5.1.4",
44
"description": "A TypeScript SDK built with CosmJS to interact with the cheqd network ledger",
55
"license": "Apache-2.0",
66
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",

0 commit comments

Comments
 (0)