Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pqvst committed Jun 9, 2020
1 parent 81bc95e commit 8f63f94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Changelog

### 2.1.0

- Fixed not able to cancel/reactivate/delete past_due and incomplete subscriptions.
- Fixed status for cancelled trialing, past_due, and incomplete subscriptions.

### 2.0.1

- Fixing `subscription.metadata` type
- Fixed `subscription.metadata` type

### 2.0.0

- **BREAKING:** Moved client dist from `dist/checkout.js` to `dist/client/checkout.js`
- Adding `periodEnd` timestamp to subscription object returned from `getSubscription`
- Added `periodEnd` timestamp to subscription object returned from `getSubscription`
- Converted project source to TypeScript
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkout",
"version": "2.0.1",
"version": "2.1.0",
"description": "",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down

0 comments on commit 8f63f94

Please sign in to comment.