Skip to content

Commit

Permalink
Bump version to 14.21.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Mar 7, 2024
1 parent 3a97fed commit bffc1f1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 14.21.0-beta.1 - 2024-03-07
* [#2032](https://github.com/stripe/stripe-node/pull/2032) Update generated code for beta
* Add support for new value `billing_period_end` on enums `QuoteCreateParams.lines[].ends_at.type`, `QuoteLine.ends_at.type`, and `QuoteUpdateParams.lines[].ends_at.type`

## 14.20.0-beta.1 - 2024-02-29
* [#2026](https://github.com/stripe/stripe-node/pull/2026) Update generated code for beta
* Remove support for resource `Entitlements.Event`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.20.0-beta.1
14.21.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": "14.20.0-beta.1",
"version": "14.21.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 = '14.20.0-beta.1';
Stripe.PACKAGE_VERSION = '14.21.0-beta.1';
Stripe.USER_AGENT = {
bindings_version: Stripe.PACKAGE_VERSION,
lang: 'node',
Expand Down

0 comments on commit bffc1f1

Please sign in to comment.