Skip to content

Commit

Permalink
chore(release): 4.4.0
Browse files Browse the repository at this point in the history
## [4.4.0](v4.3.2...v4.4.0) (2024-05-30)

### Features

* add gql user query ([#356](#356)) ([#357](#357)) ([cb65530](cb65530))

 [skip ci]
  • Loading branch information
semantic-release-bot committed May 30, 2024
1 parent cb65530 commit aa81fc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.4.0](https://github.com/NibiruChain/ts-sdk/compare/v4.3.2...v4.4.0) (2024-05-30)

### Features

- add gql user query ([#356](https://github.com/NibiruChain/ts-sdk/issues/356)) ([#357](https://github.com/NibiruChain/ts-sdk/issues/357)) ([cb65530](https://github.com/NibiruChain/ts-sdk/commit/cb6553004cff98c7925aaa7cd1dbcad5f5fbc50b))

### [4.3.2](https://github.com/NibiruChain/ts-sdk/compare/v4.3.1...v4.3.2) (2024-05-16)

### 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": "4.3.2",
"version": "4.4.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/gql/query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export * from "./spotLpPositions"
export * from "./spotPoolCreated"
export * from "./spotPoolExited"
export * from "./spotPoolJoined"
export * from "./spotPools"
export * from "./spotPoolSwap"
export * from "./spotPools"
export * from "./staking"
export * from "./stats"
export * from "./user"
Expand Down

0 comments on commit aa81fc1

Please sign in to comment.