Skip to content

Commit

Permalink
chore(release): 6.0.1
Browse files Browse the repository at this point in the history
### [6.0.1](v6.0.0...v6.0.1) (2024-12-03)

### Miscellaneous Chores

* bump nibiru submodule and unhide protojs and gql so we can tra… ([#393](#393)) ([a4b52d0](a4b52d0))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent 48beb26 commit f3e8c23
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [6.0.1](https://github.com/NibiruChain/ts-sdk/compare/v6.0.0...v6.0.1) (2024-12-03)

### Miscellaneous Chores

- bump nibiru submodule and unhide protojs and gql so we can tra… ([#393](https://github.com/NibiruChain/ts-sdk/issues/393)) ([a4b52d0](https://github.com/NibiruChain/ts-sdk/commit/a4b52d048d07b1b28fac07892f209d6c0008a1b2))

## [6.0.0](https://github.com/NibiruChain/ts-sdk/compare/v5.0.3...v6.0.0) (2024-12-02)

### Bug Fixes
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": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions src/protojs/index.cosmos.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable */

export * as base from "./index.cosmos.base";

export * as bank from "./index.cosmos.bank";
1 change: 0 additions & 1 deletion src/protojs/index.nibiru.inflation.v1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable */

export * from "./nibiru/inflation/v1/inflation";
export * from "./nibiru/inflation/v1/tx";
2 changes: 1 addition & 1 deletion src/protojs/index.nibiru.oracle.v1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */

export * from "./nibiru/oracle/v1/oracle";
export * from "./nibiru/oracle/v1/tx";
export * from "./nibiru/oracle/v1/state";
2 changes: 1 addition & 1 deletion src/protojs/index.nibiru.sudo.v1.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable */

export * from "./nibiru/sudo/v1/tx";
export * from "./nibiru/sudo/v1/state";
1 change: 0 additions & 1 deletion src/protojs/index.nibiru.tokenfactory.v1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable */

export * from "./nibiru/tokenfactory/v1/state";
export * from "./nibiru/tokenfactory/v1/tx";

0 comments on commit f3e8c23

Please sign in to comment.