Skip to content

Commit 2bf77ea

Browse files
chore(release): 5.1.0-develop.9 [skip ci]
## [5.1.0-develop.9](5.1.0-develop.8...5.1.0-develop.9) (2025-02-06) ### Bug Fixes * Switched to explicit NPM script ([91ba6ee](91ba6ee))
1 parent 91ba6ee commit 2bf77ea

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.0-develop.9](https://github.com/cheqd/sdk/compare/5.1.0-develop.8...5.1.0-develop.9) (2025-02-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Switched to explicit NPM script ([91ba6ee](https://github.com/cheqd/sdk/commit/91ba6eed32f0f9bb070816d902404341c02bcbe2))
9+
310
## [5.1.0-develop.8](https://github.com/cheqd/sdk/compare/5.1.0-develop.7...5.1.0-develop.8) (2025-02-05)
411

512

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cheqd/sdk",
3-
"version": "5.1.0-develop.8",
3+
"version": "5.1.0-develop.9",
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)",
@@ -126,4 +126,4 @@
126126
"uuid": "^10.0.0",
127127
"uuid-cjs": "npm:uuid@^10.0.0"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)