diff --git a/sdk-ts/CHANGELOG.md b/sdk-ts/CHANGELOG.md index 3f23438..407edd2 100644 --- a/sdk-ts/CHANGELOG.md +++ b/sdk-ts/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.30](https://github.com/sandblizzard/rewards-v1/compare/v0.0.29...v0.0.30) (2024-08-13) + ### [0.0.29](https://github.com/sandblizzard/rewards-v1/compare/v0.0.28...v0.0.29) (2024-08-13) diff --git a/sdk-ts/package.json b/sdk-ts/package.json index 2cf428f..8c075c8 100644 --- a/sdk-ts/package.json +++ b/sdk-ts/package.json @@ -1,7 +1,7 @@ { "name": "bounty-sdk", "packageManager": "yarn@3.5.0", - "version": "0.0.29", + "version": "0.0.30", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",