Skip to content

Commit b0370b3

Browse files
committed
Bump version to 16.4.0-beta.1
1 parent cccac14 commit b0370b3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 16.4.0-beta.1 - 2024-07-11
4+
* [#2128](https://github.com/stripe/stripe-node/pull/2128) Update generated code for beta
5+
* Change `ConfirmationToken.payment_method_options` and `CustomerSession.components.payment_element` to be required
6+
* Add support for new value `not_qualified` on enum `Dispute.evidence_details.enhanced_eligibility.visa_compelling_evidence_3.status`
7+
* [#2134](https://github.com/stripe/stripe-node/pull/2134) Fix merge conflicts
8+
39
## 16.3.0-beta.1 - 2024-07-05
410
* [#2126](https://github.com/stripe/stripe-node/pull/2126) Update generated code for beta
511
* ⚠️ Remove support for `payment_method_update` on `CustomerSession.components.payment_element.features` and `CustomerSessionCreateParams.components.payment_element.features`. Users are expected to completely migrate from using `payment_method_update`.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.3.0-beta.1
1+
16.4.0-beta.1

package.json

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

src/stripe.core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function createStripe(
5555
platformFunctions: PlatformFunctions,
5656
requestSender: RequestSenderFactory = defaultRequestSenderFactory
5757
): typeof Stripe {
58-
Stripe.PACKAGE_VERSION = '16.3.0-beta.1';
58+
Stripe.PACKAGE_VERSION = '16.4.0-beta.1';
5959
Stripe.USER_AGENT = {
6060
bindings_version: Stripe.PACKAGE_VERSION,
6161
lang: 'node',

0 commit comments

Comments
 (0)