Skip to content

Commit 8f63f94

Browse files
committed
2.1.0
1 parent 81bc95e commit 8f63f94

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3+
### 2.1.0
4+
5+
- Fixed not able to cancel/reactivate/delete past_due and incomplete subscriptions.
6+
- Fixed status for cancelled trialing, past_due, and incomplete subscriptions.
7+
38
### 2.0.1
49

5-
- Fixing `subscription.metadata` type
10+
- Fixed `subscription.metadata` type
611

712
### 2.0.0
813

914
- **BREAKING:** Moved client dist from `dist/checkout.js` to `dist/client/checkout.js`
10-
- Adding `periodEnd` timestamp to subscription object returned from `getSubscription`
15+
- Added `periodEnd` timestamp to subscription object returned from `getSubscription`
1116
- Converted project source to TypeScript

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "dist/lib/index.js",
66
"types": "dist/lib/index.d.ts",

0 commit comments

Comments
 (0)