Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
## [6.0.0](v5.0.3...v6.0.0) (2024-12-02)

### Bug Fixes

* test ([9d7ff5c](9d7ff5c))
* test ([e0b49c9](e0b49c9))

### Miscellaneous Chores

* update eth proto to latest ([96014f2](96014f2))
* upgrade graphql ([#387](#387)) ([d707e12](d707e12))

### Code Refactors

* adding eth & tokenfactory types ([#389](#389)) ([8c6c34c](8c6c34c))
* updating to latest graphql schema since featureflags don't include spot & perp ([#385](#385)) ([cbb36d7](cbb36d7))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent e30091f commit d1528a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [6.0.0](https://github.com/NibiruChain/ts-sdk/compare/v5.0.3...v6.0.0) (2024-12-02)

### Bug Fixes

- test ([9d7ff5c](https://github.com/NibiruChain/ts-sdk/commit/9d7ff5c5b2f8c07819d33d9b945542342bfd023a))
- test ([e0b49c9](https://github.com/NibiruChain/ts-sdk/commit/e0b49c9aa23f35fb2cfe9289b35983e1f73f81f7))

### Miscellaneous Chores

- update eth proto to latest ([96014f2](https://github.com/NibiruChain/ts-sdk/commit/96014f26dfc4e85bd3b0dd5c1bf1d2dcc799496e))
- upgrade graphql ([#387](https://github.com/NibiruChain/ts-sdk/issues/387)) ([d707e12](https://github.com/NibiruChain/ts-sdk/commit/d707e129e5d5d42f0203eb6c8aa21f5d8f10cfd1))

### Code Refactors

- adding eth & tokenfactory types ([#389](https://github.com/NibiruChain/ts-sdk/issues/389)) ([8c6c34c](https://github.com/NibiruChain/ts-sdk/commit/8c6c34c8c3b2f2eef47798c10fe91e71b59f5f2a))
- updating to latest graphql schema since featureflags don't include spot & perp ([#385](https://github.com/NibiruChain/ts-sdk/issues/385)) ([cbb36d7](https://github.com/NibiruChain/ts-sdk/commit/cbb36d752d177c6c467175d94463772d56f3e5f6))

### [5.0.3](https://github.com/NibiruChain/ts-sdk/compare/v5.0.2...v5.0.3) (2024-11-20)

### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nibiruchain/nibijs",
"description": "The TypeScript SDK for the Nibiru blockchain.",
"version": "5.0.3",
"version": "6.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit d1528a3

Please sign in to comment.