From 34712a6dd6b1afba92f0e700e1231c4975bd2471 Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Wed, 10 Jul 2024 10:15:49 +0200 Subject: [PATCH] chore(release): 0.0.28 --- sdk-ts/CHANGELOG.md | 7 +++++++ sdk-ts/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sdk-ts/CHANGELOG.md b/sdk-ts/CHANGELOG.md index 84db0e0..31f5462 100644 --- a/sdk-ts/CHANGELOG.md +++ b/sdk-ts/CHANGELOG.md @@ -2,6 +2,13 @@ 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.28](https://github.com/sandblizzard/rewards-v1/compare/v0.0.27...v0.0.28) (2024-07-10) + + +### Features + +* **sdk:** add getBountyById ([75104b9](https://github.com/sandblizzard/rewards-v1/commit/75104b96974be201912fcc2ea95cb2fc0bf06ec5)) + ### [0.0.27](https://github.com/sandblizzard/rewards-v1/compare/v0.0.26...v0.0.27) (2024-07-05) ### [0.0.26](https://github.com/sandblizzard/rewards-v1/compare/v0.0.25...v0.0.26) (2024-07-04) diff --git a/sdk-ts/package.json b/sdk-ts/package.json index a5b3636..f96a4c1 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.27", + "version": "0.0.28", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",