Skip to content

Commit ffcfffe

Browse files
committed
Bump version to 20.2.0-beta.2
1 parent e118b76 commit ffcfffe

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 20.2.0-beta.2 - 2026-01-08
4+
5+
This release is purely for pulling in fixes from the releases 20.1.1 and 20.1.2 into the public preview release.
6+
37
## 20.2.0-beta.1 - 2025-12-16
48
This release changes the pinned API version to `2025-12-15.preview`.
59

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.2.0-beta.1
1+
20.2.0-beta.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "20.2.0-beta.1",
3+
"version": "20.2.0-beta.2",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

src/stripe.core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function createStripe(
6161
platformFunctions: PlatformFunctions,
6262
requestSender: RequestSenderFactory = defaultRequestSenderFactory
6363
): typeof Stripe {
64-
Stripe.PACKAGE_VERSION = '20.2.0-beta.1';
64+
Stripe.PACKAGE_VERSION = '20.2.0-beta.2';
6565
Stripe.API_VERSION = ApiVersion;
6666
Stripe.USER_AGENT = {
6767
bindings_version: Stripe.PACKAGE_VERSION,

0 commit comments

Comments
 (0)