Skip to content

Commit

Permalink
Bump version to 12.12.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jun 30, 2023
1 parent f0215db commit 84817e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 12.12.0-beta.1 - 2023-06-29
* [#1824](https://github.com/stripe/stripe-node/pull/1824) Update generated code for beta
* Add support for `metadata` on `Invoice.subscription_details`
* Change `Invoice.subscription_details.pause_collection` to be optional

## 12.11.0-beta.1 - 2023-06-22
* [#1821](https://github.com/stripe/stripe-node/pull/1821) Update generated code for beta
* Add support for new resource `CustomerSession`
Expand All @@ -9,13 +14,8 @@
## 12.10.0 - 2023-06-22
* [#1820](https://github.com/stripe/stripe-node/pull/1820) Update generated code
* Add support for `on_behalf_of` on `Mandate`
* [#1817](https://github.com/stripe/stripe-node/pull/1817) Update README.md
* [#1819](https://github.com/stripe/stripe-node/pull/1819) Update generated code
* Release specs are identical.
* [#1813](https://github.com/stripe/stripe-node/pull/1813) Update generated code
* Change type of `Checkout.Session.success_url` from `string` to `string | null`
* Change type of `FileCreateParams.file` from `string` to `file`
* [#1815](https://github.com/stripe/stripe-node/pull/1815) Generate FileCreateParams

## 12.10.0-beta.2 - 2023-06-15
* [#1818](https://github.com/stripe/stripe-node/pull/1818) Update generated code for beta
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.11.0-beta.1
12.12.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.11.0-beta.1",
"version": "12.12.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 @@ -55,7 +55,7 @@ export function createStripe(
platformFunctions: PlatformFunctions,
requestSender: RequestSenderFactory = defaultRequestSenderFactory
): typeof Stripe {
Stripe.PACKAGE_VERSION = '12.11.0-beta.1';
Stripe.PACKAGE_VERSION = '12.12.0-beta.1';
Stripe.USER_AGENT = {
bindings_version: Stripe.PACKAGE_VERSION,
lang: 'node',
Expand Down

0 comments on commit 84817e1

Please sign in to comment.