Skip to content

Commit

Permalink
chore(release): 4.5.0
Browse files Browse the repository at this point in the history
## [4.5.0](v4.4.0...v4.5.0) (2024-06-28)

### Features

* add gql user query ([#356](#356)) ([f3dfa3a](f3dfa3a))
* staking extension and git submodules ([#360](#360)) ([4251709](4251709))

### Reverts

* cosmos submodule only ([#362](#362)) ([#363](#363)) ([c012a83](c012a83))

### Miscellaneous Chores

* develop -> main ([#365](#365)) ([7e513c6](7e513c6)), closes [#362](#362)

 [skip ci]
  • Loading branch information
semantic-release-bot committed Jun 28, 2024
1 parent 7e513c6 commit fcdc4b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.5.0](https://github.com/NibiruChain/ts-sdk/compare/v4.4.0...v4.5.0) (2024-06-28)

### Features

- add gql user query ([#356](https://github.com/NibiruChain/ts-sdk/issues/356)) ([f3dfa3a](https://github.com/NibiruChain/ts-sdk/commit/f3dfa3aed28fa0d5451466eda7ab4e064c2b19e4))
- staking extension and git submodules ([#360](https://github.com/NibiruChain/ts-sdk/issues/360)) ([4251709](https://github.com/NibiruChain/ts-sdk/commit/42517098bba1cebb120e2b397f4ffc03657ea8d4))

### Reverts

- cosmos submodule only ([#362](https://github.com/NibiruChain/ts-sdk/issues/362)) ([#363](https://github.com/NibiruChain/ts-sdk/issues/363)) ([c012a83](https://github.com/NibiruChain/ts-sdk/commit/c012a8342dde79f3f3b23e13d93c5b00de7edfca))

### Miscellaneous Chores

- develop -> main ([#365](https://github.com/NibiruChain/ts-sdk/issues/365)) ([7e513c6](https://github.com/NibiruChain/ts-sdk/commit/7e513c692d4384350dbc0ae728d738d90b8d2315)), closes [#362](https://github.com/NibiruChain/ts-sdk/issues/362)

## [4.4.0](https://github.com/NibiruChain/ts-sdk/compare/v4.3.2...v4.4.0) (2024-05-30)

### Features
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.4.0",
"version": "4.5.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 fcdc4b7

Please sign in to comment.