diff --git a/CHANGELOG.md b/CHANGELOG.md index 218963b3..94c79dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.0](https://github.com/NibiruChain/ts-sdk/compare/v3.1.1...v3.2.0) (2024-03-05) + +### Features + +- deepPartial ([#329](https://github.com/NibiruChain/ts-sdk/issues/329)) ([#330](https://github.com/NibiruChain/ts-sdk/issues/330)) ([f2bb64d](https://github.com/NibiruChain/ts-sdk/commit/f2bb64dc2dbfd2af356778a01b806db8bbcfa923)) + ### [3.1.1](https://github.com/NibiruChain/ts-sdk/compare/v3.1.0...v3.1.1) (2024-02-29) ### Bug Fixes diff --git a/package.json b/package.json index 885b8f64..278fcbfc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nibiruchain/nibijs", "description": "The TypeScript SDK for the Nibiru blockchain.", - "version": "3.1.1", + "version": "3.2.0", "license": "MIT", "repository": { "type": "git", diff --git a/src/gql/heart-monitor/heart-monitor.ts b/src/gql/heart-monitor/heart-monitor.ts index 28a5fe74..91e0c9c2 100644 --- a/src/gql/heart-monitor/heart-monitor.ts +++ b/src/gql/heart-monitor/heart-monitor.ts @@ -107,10 +107,8 @@ import { MarketingFields, QueryMarketingArgs, marketingQuery, - GQLMarketingMutationGqlUpdateTwitterUserArgs, marketingMutation, GqlOutMarketingMutation, - GQLTwitterUser, DeepPartial, QueryMarketingMutationArgs, GQLMarketingMutationFields,