Skip to content

Commit 16d137e

Browse files
committed
Bump version to 16.10.0
1 parent c6b19a8 commit 16d137e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 16.10.0 - 2024-09-05
4+
* [#2158](https://github.com/stripe/stripe-node/pull/2158) Update generated code
5+
* Add support for `subscription_item` and `subscription` on `Billing.AlertCreateParams.filter`
6+
* Change `Terminal.ReaderProcessSetupIntentParams.customer_consent_collected` to be optional
7+
38
## 16.9.0 - 2024-08-29
49
* [#2163](https://github.com/stripe/stripe-node/pull/2163) Generate SDK for OpenAPI spec version 1230
510
* Change `AccountLinkCreateParams.collection_options.fields` and `LineItem.description` to be optional

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.9.0
1+
16.10.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": "16.9.0",
3+
"version": "16.10.0",
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
@@ -49,7 +49,7 @@ export function createStripe(
4949
platformFunctions: PlatformFunctions,
5050
requestSender: RequestSenderFactory = defaultRequestSenderFactory
5151
): typeof Stripe {
52-
Stripe.PACKAGE_VERSION = '16.9.0';
52+
Stripe.PACKAGE_VERSION = '16.10.0';
5353
Stripe.USER_AGENT = {
5454
bindings_version: Stripe.PACKAGE_VERSION,
5555
lang: 'node',

0 commit comments

Comments
 (0)