Skip to content

Commit cad1bb9

Browse files
committed
release(payments): 3.1.0
1 parent 0a9a4a2 commit cad1bb9

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/payments/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## 3.1.0 (2025-08-18)
2+
3+
### 🚀 Features
4+
5+
- **payments:** google play billing 8.0 ([#42](https://github.com/NativeScript/payments/pull/42))
6+
7+
### ⚠️ Breaking Changes
8+
9+
`finalizeOrder` takes a 2nd argument now.
10+
11+
**before**:
12+
13+
```
14+
finalizeOrder(order: Order);
15+
```
16+
17+
**after**:
18+
19+
```
20+
finalizeOrder(order: Order, consume: boolean)
21+
```
22+
23+
### ❤️ Thank You
24+
25+
- Eduardo Speroni @edusperoni

packages/payments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/payments",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "In-App Purchase and Subscriptions for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)