Skip to content

Commit

Permalink
fix: fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Feb 5, 2024
2 parents e14b83b + f4ca6a2 commit 4f93be8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,5 @@ typings/
# End of https://www.gitignore.io/api/node,intellij+all,visualstudiocode
.yarn
.DS_Store

nibiru/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [2.0.1](https://github.com/NibiruChain/ts-sdk/compare/v2.0.0...v2.0.1) (2024-01-24)

### Miscellaneous Chores

- gql when args fix ([#299](https://github.com/NibiruChain/ts-sdk/issues/299)) ([10776c2](https://github.com/NibiruChain/ts-sdk/commit/10776c28e08e41446e11365da9277fc42a249b1c)), closes [#298](https://github.com/NibiruChain/ts-sdk/issues/298) [#293](https://github.com/NibiruChain/ts-sdk/issues/293)

## [2.0.0](https://github.com/NibiruChain/ts-sdk/compare/v1.0.2...v2.0.0) (2024-01-23)

### Code Refactors
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.0",
"version": "2.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f93be8

Please sign in to comment.