Skip to content

Commit c89c3a9

Browse files
committed
Bump version to 20.1.0-alpha.3
1 parent 0ae3f70 commit c89c3a9

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 20.1.0-alpha.3 - 2025-11-24
4+
* [#2512](https://github.com/stripe/stripe-node/pull/2512) Update generated code for private-preview
5+
* Add support for new resource `ProductCatalog.TrialOffer`
6+
* Add support for `create` method on resource `ProductCatalog.TrialOffer`
7+
* Remove support for `amount_subtotal_after_discount` on `DelegatedCheckout.RequestedSession.line_item_details[]` and `DelegatedCheckout.RequestedSession.total_details`
8+
* Remove support for `amount_total`, `unit_amount_after_discount`, and `unit_discount` on `DelegatedCheckout.RequestedSession.line_item_details[]`
9+
* Add support for `amount_cart_discount` and `amount_items_discount` on `DelegatedCheckout.RequestedSession.total_details`
10+
* Remove support for `amount_discount` on `DelegatedCheckout.RequestedSession.total_details`
11+
* Add support for `payments_orchestration` on `PaymentIntentCreateParams` and `PaymentIntent`
12+
313
## 20.1.0-alpha.2 - 2025-11-20
414
This release changes the pinned API version to `2025-11-17.preview`.
515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.1.0-alpha.2
1+
20.1.0-alpha.3

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": "20.1.0-alpha.2",
3+
"version": "20.1.0-alpha.3",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

src/stripe.core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function createStripe(
6060
platformFunctions: PlatformFunctions,
6161
requestSender: RequestSenderFactory = defaultRequestSenderFactory
6262
): typeof Stripe {
63-
Stripe.PACKAGE_VERSION = '20.1.0-alpha.2';
63+
Stripe.PACKAGE_VERSION = '20.1.0-alpha.3';
6464
Stripe.API_VERSION = ApiVersion;
6565
Stripe.USER_AGENT = {
6666
bindings_version: Stripe.PACKAGE_VERSION,

0 commit comments

Comments
 (0)