Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
## [4.0.0](v3.3.4...v4.0.0) (2024-03-19)

### Features

* trigger latest build ([#340](#340)) ([866c603](866c603))

### Bug Fixes

* tests ([00d98cb](00d98cb))

### Code Refactors

* adding contract type to user ([7857b2b](7857b2b))

### Tests

* fix ([a12ba71](a12ba71))

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

### Features

- trigger latest build ([#340](https://github.com/NibiruChain/ts-sdk/issues/340)) ([866c603](https://github.com/NibiruChain/ts-sdk/commit/866c603be250b06f10ead37bc7859a34b9ad4547))

### Bug Fixes

- tests ([00d98cb](https://github.com/NibiruChain/ts-sdk/commit/00d98cbcfafcc21e9bb32f370be7040c167ab198))

### Code Refactors

- adding contract type to user ([7857b2b](https://github.com/NibiruChain/ts-sdk/commit/7857b2b6fca65a502075f365c5fca4cb235ef78d))

### Tests

- fix ([a12ba71](https://github.com/NibiruChain/ts-sdk/commit/a12ba71fb821c1939a60be978bdc3386a43d7f13))

### [3.3.4](https://github.com/NibiruChain/ts-sdk/compare/v3.3.3...v3.3.4) (2024-03-18)

### 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.4",
"version": "4.0.0",
"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 e4b97cb

Please sign in to comment.