From 32ebda6bd4b3ad40e296fab509f3327949f5c656 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Nov 2024 07:24:07 +0000 Subject: [PATCH] chore: 8.1.0 [skip ci] # [8.1.0](https://github.com/laterpay/supertab-browser/compare/v8.0.2...v8.1.0) (2024-11-18) ### Features * Include purchase ids in `purchase` method response ([#122](https://github.com/laterpay/supertab-browser/issues/122)) ([6958cfd](https://github.com/laterpay/supertab-browser/commit/6958cfd445cc86f0e144ef4d736947736ea45a72)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 885c046..93489ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [8.1.0](https://github.com/laterpay/supertab-browser/compare/v8.0.2...v8.1.0) (2024-11-18) + +### Features + +- Include purchase ids in `purchase` method response ([#122](https://github.com/laterpay/supertab-browser/issues/122)) ([6958cfd](https://github.com/laterpay/supertab-browser/commit/6958cfd445cc86f0e144ef4d736947736ea45a72)) + ## [8.0.2](https://github.com/laterpay/supertab-browser/compare/v8.0.1...v8.0.2) (2024-11-14) ### Bug Fixes diff --git a/package.json b/package.json index 5e576ce..31bec27 100644 --- a/package.json +++ b/package.json @@ -101,5 +101,5 @@ ], "rules": {} }, - "version": "8.0.2" + "version": "8.1.0" }