Skip to content

Commit

Permalink
Bump version to 12.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Apr 20, 2023
1 parent 514b7a2 commit d236fac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 12.3.0-beta.1 - 2023-04-20
* [#1760](https://github.com/stripe/stripe-node/pull/1760) Update generated code for beta
* Add support for `zip` on `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_options`, and `PaymentIntentUpdateParams.payment_method_options`
* Add support for `country_options` on `Tax.Registration` and `TaxRegistrationCreateParams`
* Remove support for `state` and `type` on `Tax.Registration` and `TaxRegistrationCreateParams`

## 12.2.0-beta.1 - 2023-04-13
* [#1751](https://github.com/stripe/stripe-node/pull/1751) Update generated code for beta
* Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.2.0-beta.1
12.3.0-beta.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "12.2.0-beta.1",
"version": "12.3.0-beta.1",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down
2 changes: 1 addition & 1 deletion src/stripe.core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function createStripe(
platformFunctions: PlatformFunctions,
requestSender: RequestSenderFactory = defaultRequestSenderFactory
): typeof Stripe {
Stripe.PACKAGE_VERSION = '12.2.0-beta.1';
Stripe.PACKAGE_VERSION = '12.3.0-beta.1';
Stripe.USER_AGENT = {
bindings_version: Stripe.PACKAGE_VERSION,
lang: 'node',
Expand Down

0 comments on commit d236fac

Please sign in to comment.