From 6b4e4c0b530f7afd8695ff588e24c0948ce84c0a Mon Sep 17 00:00:00 2001 From: Vasile Gabriel Marian <56271768+VGabriel45@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:54:13 +0200 Subject: [PATCH] chore: version & changelog update (#157) Co-authored-by: joepegler Co-authored-by: VGabriel45 Co-authored-by: VGabriel45 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a014347..ba9259a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @biconomy/sdk +## 0.0.21 + +### Patch Changes + +- Add support for token paymaster with helper functions + ## 0.0.20 ### Patch Changes diff --git a/package.json b/package.json index 45dcc9ce..215b5dd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@biconomy/sdk", - "version": "0.0.20", + "version": "0.0.21", "author": "Biconomy", "repository": "github:bcnmy/sdk", "main": "./dist/_cjs/index.js",