File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 16.9.0 - 2024-08-29
4
9
* [ #2163 ] ( https://github.com/stripe/stripe-node/pull/2163 ) Generate SDK for OpenAPI spec version 1230
5
10
* Change ` AccountLinkCreateParams.collection_options.fields ` and ` LineItem.description ` to be optional
Original file line number Diff line number Diff line change 1
- 16.9 .0
1
+ 16.10 .0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stripe" ,
3
- "version" : " 16.9 .0" ,
3
+ "version" : " 16.10 .0" ,
4
4
"description" : " Stripe API wrapper" ,
5
5
"keywords" : [
6
6
" stripe" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export function createStripe(
49
49
platformFunctions : PlatformFunctions ,
50
50
requestSender : RequestSenderFactory = defaultRequestSenderFactory
51
51
) : typeof Stripe {
52
- Stripe . PACKAGE_VERSION = '16.9 .0' ;
52
+ Stripe . PACKAGE_VERSION = '16.10 .0' ;
53
53
Stripe . USER_AGENT = {
54
54
bindings_version : Stripe . PACKAGE_VERSION ,
55
55
lang : 'node' ,
You can’t perform that action at this time.
0 commit comments