Skip to content

Commit

Permalink
chore(release): 3.3.4
Browse files Browse the repository at this point in the history
### [3.3.4](v3.3.3...v3.3.4) (2024-03-18)

### Miscellaneous Chores

* develop -> main ([#341](#341)) ([cae2d15](cae2d15)), closes [#340](#340)

 [skip ci]
  • Loading branch information
semantic-release-bot committed Mar 18, 2024
1 parent cae2d15 commit 4f7096e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [3.3.4](https://github.com/NibiruChain/ts-sdk/compare/v3.3.3...v3.3.4) (2024-03-18)

### Miscellaneous Chores

- develop -> main ([#341](https://github.com/NibiruChain/ts-sdk/issues/341)) ([cae2d15](https://github.com/NibiruChain/ts-sdk/commit/cae2d1560dca5498747672e794dc67bd875e4107)), closes [#340](https://github.com/NibiruChain/ts-sdk/issues/340)

### [3.3.3](https://github.com/NibiruChain/ts-sdk/compare/v3.3.2...v3.3.3) (2024-03-12)

### 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": "3.3.3",
"version": "3.3.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/gql/query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ export * from "./featureFlags"
export * from "./governance"
export * from "./ibc"
export * from "./inflation"
export * from "./marketing"
export * from "./markPriceCandles"
export * from "./marketing"
export * from "./oracle"
export * from "./perp"
export * from "./redelegations"
export * from "./spotLpPositions"
export * from "./spotPoolCreated"
export * from "./spotPoolExited"
export * from "./spotPoolJoined"
export * from "./spotPools"
export * from "./spotPoolSwap"
export * from "./spotPools"
export * from "./stats"
export * from "./unbondings"
export * from "./users"
Expand Down

0 comments on commit 4f7096e

Please sign in to comment.