Skip to content

Commit a91857a

Browse files
Bump version to 11.2.0
1 parent 1267069 commit a91857a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 11.2.0 - 2022-12-06
4+
* [#1632](https://github.com/stripe/stripe-node/pull/1632) API Updates
5+
* Add support for `flow_data` on `BillingPortalSessionCreateParams`
6+
* Add support for `flow` on `BillingPortal.Session`
7+
* [#1631](https://github.com/stripe/stripe-node/pull/1631) API Updates
8+
* Add support for `india_international_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
9+
* Add support for `invoice_creation` on `Checkout.Session` and `CheckoutSessionCreateParams`
10+
* Add support for `invoice` on `Checkout.Session`
11+
* Add support for `metadata` on `SubscriptionSchedule.phases[].items[]`, `SubscriptionScheduleCreateParams.phases[].items[]`, and `SubscriptionScheduleUpdateParams.phases[].items[]`
12+
* [#1630](https://github.com/stripe/stripe-node/pull/1630) Remove BASIC_METHODS from TS definitions
13+
* [#1629](https://github.com/stripe/stripe-node/pull/1629) Narrower type for stripe.invoices.retrieveUpcoming()
14+
* [#1627](https://github.com/stripe/stripe-node/pull/1627) remove unneeded IIFE
15+
* [#1625](https://github.com/stripe/stripe-node/pull/1625) Remove API version from the path
16+
* [#1626](https://github.com/stripe/stripe-node/pull/1626) Move child resource method params next to method declarations
17+
* [#1624](https://github.com/stripe/stripe-node/pull/1624) Split resource and service types
18+
319
## 11.1.0 - 2022-11-17
420
* [#1623](https://github.com/stripe/stripe-node/pull/1623) API Updates
521
* Add support for `hosted_instructions_url` on `PaymentIntent.next_action.wechat_pay_display_qr_code`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.1.0
1+
11.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "11.1.0",
3+
"version": "11.2.0",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

0 commit comments

Comments
 (0)