diff --git a/CHANGELOG.md b/CHANGELOG.md index fb37995d..ea3991ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 865cc619..971d207f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/gql/query/index.ts b/src/gql/query/index.ts index 0724566e..7c9dfe71 100644 --- a/src/gql/query/index.ts +++ b/src/gql/query/index.ts @@ -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"