Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 398b761

Browse files
chore: 10.0.0 [skip ci]
# [10.0.0](v9.1.1...v10.0.0) (2025-03-17) ### Bug Fixes * update `formatTab` to use `duration` ([#191](#191)) ([a0e4cd1](a0e4cd1)) ### BREAKING CHANGES * `purchase` and `getTab` functions now return a tab with `duration` field, removing `recurringDetails` property.
1 parent a0e4cd1 commit 398b761

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [10.0.0](https://github.com/laterpay/supertab-browser/compare/v9.1.1...v10.0.0) (2025-03-17)
2+
3+
### Bug Fixes
4+
5+
- update `formatTab` to use `duration` ([#191](https://github.com/laterpay/supertab-browser/issues/191)) ([a0e4cd1](https://github.com/laterpay/supertab-browser/commit/a0e4cd15bffd7847fe499cb8d9eb86f57a101c2e))
6+
7+
### BREAKING CHANGES
8+
9+
- `purchase` and `getTab` functions now return a tab with `duration` field, removing `recurringDetails` property.
10+
111
## [9.1.1](https://github.com/laterpay/supertab-browser/compare/v9.1.0...v9.1.1) (2025-03-05)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@
101101
],
102102
"rules": {}
103103
},
104-
"version": "9.1.1"
104+
"version": "10.0.0"
105105
}

0 commit comments

Comments
 (0)