Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## 5.1.0 (2025-02-25)

* chore(deps-dev): Bump @semantic-release/github from 10.3.5 to 11.0.1 (#395) ([d5a796c](d5a796c)), closes [#395](#395)
* chore(deps-dev): Bump @types/node from 20.16.5 to 20.17.10 (#399) ([53a29bc](53a29bc)), closes [#399](#399)
* chore(deps-dev): Bump semantic-release from 22.0.12 to 24.2.3 (#402) ([427d284](427d284)), closes [#402](#402)
* chore(deps): Bump uuid from 10.0.0 to 11.0.5 (#404) ([eaeceeb](eaeceeb)), closes [#404](#404)
* chore(release): 5.1.0-develop.1 [skip ci] ([8dbfaee](8dbfaee))
* chore(release): 5.1.0-develop.10 [skip ci] ([222d9f1](222d9f1))
* chore(release): 5.1.0-develop.11 [skip ci] ([7ce75b5](7ce75b5))
* chore(release): 5.1.0-develop.12 [skip ci] ([96acf54](96acf54))
* chore(release): 5.1.0-develop.13 [skip ci] ([7c702ad](7c702ad))
* chore(release): 5.1.0-develop.2 [skip ci] ([29b08e2](29b08e2))
* chore(release): 5.1.0-develop.3 [skip ci] ([710c931](710c931))
* chore(release): 5.1.0-develop.4 [skip ci] ([12e6d77](12e6d77))
* chore(release): 5.1.0-develop.5 [skip ci] ([0acb006](0acb006))
* chore(release): 5.1.0-develop.6 [skip ci] ([e3a157e](e3a157e))
* chore(release): 5.1.0-develop.7 [skip ci] ([a6ce7e6](a6ce7e6))
* chore(release): 5.1.0-develop.8 [skip ci] ([4da8beb](4da8beb))
* chore(release): 5.1.0-develop.9 [skip ci] ([2bf77ea](2bf77ea))
* chore(release): v5.1.0 ([8f45372](8f45372))
* fix: Added deep script references ([194685c](194685c))
* fix: Added distinct versioning for ambiguous dependency paths ([a3a0c55](a3a0c55))
* fix: Added explicit carryover ([da23b86](da23b86))
* fix: Added files reference ([53a06f8](53a06f8))
* fix: Added pre-install hook ([623ee5b](623ee5b))
* fix: Added precommit hooks ([c8bf8de](c8bf8de))
* fix: Added script reference ([c642d19](c642d19))
* fix: Enhanced authentication-based validation + signature necessity  (#410) ([5693691](5693691)), closes [#410](#410)
* fix: Incorporated dev dependency multiversioning ([e0a946c](e0a946c))
* fix: Moved runtime dependencies to direct records ([6837b13](6837b13))
* fix: Replaced stale reference ([bbb384c](bbb384c))
* fix: Switched to explicit NPM script ([91ba6ee](91ba6ee))
* build: Bump ts-proto-cjs ([df98b01](df98b01))
* feat: Added feeabstraction toolset + enhanced exports ([ebee743](ebee743))
* feat: Build esm and cjs using workspaces (#401) ([385155b](385155b)), closes [#401](#401)
  • Loading branch information
semantic-release-bot committed Feb 25, 2025
1 parent 8f45372 commit 71736d7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## 5.1.0 (2025-02-25)

* chore(deps-dev): Bump @semantic-release/github from 10.3.5 to 11.0.1 (#395) ([d5a796c](https://github.com/cheqd/sdk/commit/d5a796c)), closes [#395](https://github.com/cheqd/sdk/issues/395)
* chore(deps-dev): Bump @types/node from 20.16.5 to 20.17.10 (#399) ([53a29bc](https://github.com/cheqd/sdk/commit/53a29bc)), closes [#399](https://github.com/cheqd/sdk/issues/399)
* chore(deps-dev): Bump semantic-release from 22.0.12 to 24.2.3 (#402) ([427d284](https://github.com/cheqd/sdk/commit/427d284)), closes [#402](https://github.com/cheqd/sdk/issues/402)
* chore(deps): Bump uuid from 10.0.0 to 11.0.5 (#404) ([eaeceeb](https://github.com/cheqd/sdk/commit/eaeceeb)), closes [#404](https://github.com/cheqd/sdk/issues/404)
* chore(release): 5.1.0-develop.1 [skip ci] ([8dbfaee](https://github.com/cheqd/sdk/commit/8dbfaee))
* chore(release): 5.1.0-develop.10 [skip ci] ([222d9f1](https://github.com/cheqd/sdk/commit/222d9f1))
* chore(release): 5.1.0-develop.11 [skip ci] ([7ce75b5](https://github.com/cheqd/sdk/commit/7ce75b5))
* chore(release): 5.1.0-develop.12 [skip ci] ([96acf54](https://github.com/cheqd/sdk/commit/96acf54))
* chore(release): 5.1.0-develop.13 [skip ci] ([7c702ad](https://github.com/cheqd/sdk/commit/7c702ad))
* chore(release): 5.1.0-develop.2 [skip ci] ([29b08e2](https://github.com/cheqd/sdk/commit/29b08e2))
* chore(release): 5.1.0-develop.3 [skip ci] ([710c931](https://github.com/cheqd/sdk/commit/710c931))
* chore(release): 5.1.0-develop.4 [skip ci] ([12e6d77](https://github.com/cheqd/sdk/commit/12e6d77))
* chore(release): 5.1.0-develop.5 [skip ci] ([0acb006](https://github.com/cheqd/sdk/commit/0acb006))
* chore(release): 5.1.0-develop.6 [skip ci] ([e3a157e](https://github.com/cheqd/sdk/commit/e3a157e))
* chore(release): 5.1.0-develop.7 [skip ci] ([a6ce7e6](https://github.com/cheqd/sdk/commit/a6ce7e6))
* chore(release): 5.1.0-develop.8 [skip ci] ([4da8beb](https://github.com/cheqd/sdk/commit/4da8beb))
* chore(release): 5.1.0-develop.9 [skip ci] ([2bf77ea](https://github.com/cheqd/sdk/commit/2bf77ea))
* chore(release): v5.1.0 ([8f45372](https://github.com/cheqd/sdk/commit/8f45372))
* fix: Added deep script references ([194685c](https://github.com/cheqd/sdk/commit/194685c))
* fix: Added distinct versioning for ambiguous dependency paths ([a3a0c55](https://github.com/cheqd/sdk/commit/a3a0c55))
* fix: Added explicit carryover ([da23b86](https://github.com/cheqd/sdk/commit/da23b86))
* fix: Added files reference ([53a06f8](https://github.com/cheqd/sdk/commit/53a06f8))
* fix: Added pre-install hook ([623ee5b](https://github.com/cheqd/sdk/commit/623ee5b))
* fix: Added precommit hooks ([c8bf8de](https://github.com/cheqd/sdk/commit/c8bf8de))
* fix: Added script reference ([c642d19](https://github.com/cheqd/sdk/commit/c642d19))
* fix: Enhanced authentication-based validation + signature necessity (#410) ([5693691](https://github.com/cheqd/sdk/commit/5693691)), closes [#410](https://github.com/cheqd/sdk/issues/410)
* fix: Incorporated dev dependency multiversioning ([e0a946c](https://github.com/cheqd/sdk/commit/e0a946c))
* fix: Moved runtime dependencies to direct records ([6837b13](https://github.com/cheqd/sdk/commit/6837b13))
* fix: Replaced stale reference ([bbb384c](https://github.com/cheqd/sdk/commit/bbb384c))
* fix: Switched to explicit NPM script ([91ba6ee](https://github.com/cheqd/sdk/commit/91ba6ee))
* build: Bump ts-proto-cjs ([df98b01](https://github.com/cheqd/sdk/commit/df98b01))
* feat: Added feeabstraction toolset + enhanced exports ([ebee743](https://github.com/cheqd/sdk/commit/ebee743))
* feat: Build esm and cjs using workspaces (#401) ([385155b](https://github.com/cheqd/sdk/commit/385155b)), closes [#401](https://github.com/cheqd/sdk/issues/401)

## 5.1.0-develop.13 (2025-02-25)

* fix: Enhanced authentication-based validation + signature necessity (#410) ([5693691](https://github.com/cheqd/sdk/commit/5693691)), closes [#410](https://github.com/cheqd/sdk/issues/410)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheqd/sdk",
"version": "5.1.0-develop.13",
"version": "5.1.0",
"description": "A TypeScript SDK built with CosmJS to interact with the cheqd network ledger",
"license": "Apache-2.0",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
Expand Down

0 comments on commit 71736d7

Please sign in to comment.