Skip to content

Commit 8df5403

Browse files
Bump version to 15.10.0
1 parent 5f61568 commit 8df5403

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 15.10.0 - 2024-06-06
4+
* [#2101](https://github.com/stripe/stripe-node/pull/2101) Update generated code
5+
* Add support for `gb_bank_transfer_payments`, `jp_bank_transfer_payments`, `mx_bank_transfer_payments`, `sepa_bank_transfer_payments`, and `us_bank_transfer_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
6+
* Add support for new value `swish` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
7+
38
## 15.9.0 - 2024-05-30
49
* [#2095](https://github.com/stripe/stripe-node/pull/2095) Update generated code
510
* Add support for new value `verification_requires_additional_proof_of_registration` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.9.0
1+
15.10.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "15.9.0",
3+
"version": "15.10.0",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

src/stripe.core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function createStripe(
4949
platformFunctions: PlatformFunctions,
5050
requestSender: RequestSenderFactory = defaultRequestSenderFactory
5151
): typeof Stripe {
52-
Stripe.PACKAGE_VERSION = '15.9.0';
52+
Stripe.PACKAGE_VERSION = '15.10.0';
5353
Stripe.USER_AGENT = {
5454
bindings_version: Stripe.PACKAGE_VERSION,
5555
lang: 'node',

0 commit comments

Comments
 (0)