Skip to content

Commit f2620fa

Browse files
committed
Bump version to 20.1.0-alpha.4
1 parent c416d30 commit f2620fa

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 20.1.0-alpha.4 - 2025-12-04
4+
* [#2519](https://github.com/stripe/stripe-node/pull/2519) Update generated code for private-preview
5+
* Add support for event notifications `V2IamApiKeyCreatedEvent`, `V2IamApiKeyDefaultSecretRevealedEvent`, `V2IamApiKeyExpiredEvent`, `V2IamApiKeyPermissionsUpdatedEvent`, `V2IamApiKeyRotatedEvent`, and `V2IamApiKeyUpdatedEvent`
6+
* [#2517](https://github.com/stripe/stripe-node/pull/2517) Update generated code for private-preview
7+
* Add support for `check_scanning` on `AccountSession.components`
8+
* Add support for `client` on `V2.Core.Event.reason.request`
9+
* Add support for `stripe_balance_payment` on `V2.MoneyManagement.ReceivedCredit` and `V2.MoneyManagement.ReceivedDebit`
10+
* Add support for new value `stripe_balance_payment` on enum `V2.MoneyManagement.ReceivedCredit.type`
11+
* Add support for `balance_transfer` on `V2.MoneyManagement.ReceivedDebit`
12+
* Add support for new values `balance_transfer` and `stripe_balance_payment` on enum `V2.MoneyManagement.ReceivedDebit.type`
13+
* Add support for `include` on `V2.Core.EventListParams` and `V2.Core.EventRetrieveParams`
14+
315
## 20.1.0-alpha.3 - 2025-11-24
416
* [#2512](https://github.com/stripe/stripe-node/pull/2512) Update generated code for private-preview
517
* Add support for new resource `ProductCatalog.TrialOffer`

VERSION

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

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.3",
3+
"version": "20.1.0-alpha.4",
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.3';
63+
Stripe.PACKAGE_VERSION = '20.1.0-alpha.4';
6464
Stripe.API_VERSION = ApiVersion;
6565
Stripe.USER_AGENT = {
6666
bindings_version: Stripe.PACKAGE_VERSION,

0 commit comments

Comments
 (0)