From 9faadeebb56747e3b8df8adcf1a8cfa61810fc03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Oct 2024 07:52:06 +0000 Subject: [PATCH] chore: 6.13.0 [skip ci] # [6.13.0](https://github.com/laterpay/supertab-browser/compare/v6.12.7...v6.13.0) (2024-10-04) ### Features * return `purchaseStatus` in `.purchase()` ([#94](https://github.com/laterpay/supertab-browser/issues/94)) ([13eae65](https://github.com/laterpay/supertab-browser/commit/13eae65636a29242f8db50560ec35bb33af2e22e)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c92355c..e8ee9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [6.13.0](https://github.com/laterpay/supertab-browser/compare/v6.12.7...v6.13.0) (2024-10-04) + +### Features + +- return `purchaseStatus` in `.purchase()` ([#94](https://github.com/laterpay/supertab-browser/issues/94)) ([13eae65](https://github.com/laterpay/supertab-browser/commit/13eae65636a29242f8db50560ec35bb33af2e22e)) + ## [6.12.7](https://github.com/laterpay/supertab-browser/compare/v6.12.6...v6.12.7) (2024-09-27) ### Bug Fixes diff --git a/package.json b/package.json index 5142fa2..a41a3cf 100644 --- a/package.json +++ b/package.json @@ -102,5 +102,5 @@ ], "rules": {} }, - "version": "6.12.7" + "version": "6.13.0" }