Skip to content

Commit

Permalink
chore: 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.0...v8.0.0) (2024-11-01)

### Features

* use `purchaseOutcome` field ([#105](#105)) ([370835d](370835d))

### BREAKING CHANGES

* `purchaseStatus` in `.purchase` method is renamed to `purchaseOutcome`.
  • Loading branch information
semantic-release-bot committed Nov 1, 2024
1 parent 370835d commit dcc4f4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [8.0.0](https://github.com/laterpay/supertab-browser/compare/v7.0.0...v8.0.0) (2024-11-01)

### Features

- use `purchaseOutcome` field ([#105](https://github.com/laterpay/supertab-browser/issues/105)) ([370835d](https://github.com/laterpay/supertab-browser/commit/370835d7594526046ebf2f05a5937b3d87af2eb6))

### BREAKING CHANGES

- `purchaseStatus` in `.purchase` method is renamed to `purchaseOutcome`.

# [7.0.0](https://github.com/laterpay/supertab-browser/compare/v6.13.0...v7.0.0) (2024-10-31)

### feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
],
"rules": {}
},
"version": "7.0.0"
"version": "8.0.0"
}

0 comments on commit dcc4f4c

Please sign in to comment.