Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.1...v3.0.0) (2024-02-05)

### Bug Fixes

* fix merge ([4f93be8](4f93be8))
* gql where args ([#298](#298)) ([b57ef0a](b57ef0a))
* more file reorg ([#300](#300)) ([d6a053a](d6a053a))

### Miscellaneous Chores

* pr title lint workflow ([#293](#293)) ([b5dd050](b5dd050))

### Code Refactors

* tests ([#301](#301)) ([e14b83b](e14b83b))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Feb 5, 2024
1 parent 2d84236 commit b570599
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [3.0.0](https://github.com/NibiruChain/ts-sdk/compare/v2.0.1...v3.0.0) (2024-02-05)

### Bug Fixes

- fix merge ([4f93be8](https://github.com/NibiruChain/ts-sdk/commit/4f93be8b4a21b41035336fa08a0bbc6d6c8daf89))
- gql where args ([#298](https://github.com/NibiruChain/ts-sdk/issues/298)) ([b57ef0a](https://github.com/NibiruChain/ts-sdk/commit/b57ef0a0de5f44cf539fb183d8e2c048c6c9dfef))
- more file reorg ([#300](https://github.com/NibiruChain/ts-sdk/issues/300)) ([d6a053a](https://github.com/NibiruChain/ts-sdk/commit/d6a053a1296cb2630e700521357ebb0e03c3988f))

### Miscellaneous Chores

- pr title lint workflow ([#293](https://github.com/NibiruChain/ts-sdk/issues/293)) ([b5dd050](https://github.com/NibiruChain/ts-sdk/commit/b5dd050ac4064203f11b585a059f5db47707ede4))

### Code Refactors

- tests ([#301](https://github.com/NibiruChain/ts-sdk/issues/301)) ([e14b83b](https://github.com/NibiruChain/ts-sdk/commit/e14b83b5a4366713d0b25177b73cbd036300d8c2))

### [2.0.1](https://github.com/NibiruChain/ts-sdk/compare/v2.0.0...v2.0.1) (2024-01-24)

### 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": "2.0.1",
"version": "3.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 b570599

Please sign in to comment.