Skip to content

Commit 702fed6

Browse files
Bump version to 22.1.0-beta.3
1 parent 7276c36 commit 702fed6

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

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

3+
## 22.1.0-beta.3 - 2026-04-16
4+
Please review the [changelog for 22.0.2](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#2202---2026-04-16) for more information about changes in this release.
5+
36
## 22.1.0-beta.2 - 2026-04-08
47
Please review the [changelog for 22.0.1](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#2201---2026-04-08) for more information about changes in this release.
58

VERSION

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

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": "22.1.0-beta.2",
3+
"version": "22.1.0-beta.3",
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
@@ -1048,7 +1048,7 @@ const defaultRequestSenderFactory: RequestSenderFactory = (stripe) =>
10481048
new RequestSender(stripe, StripeResource.MAX_BUFFERED_REQUEST_METRICS);
10491049

10501050
export class Stripe {
1051-
static PACKAGE_VERSION = '22.1.0-beta.2';
1051+
static PACKAGE_VERSION = '22.1.0-beta.3';
10521052
static API_VERSION: typeof ApiVersion = ApiVersion;
10531053
static aiAgent =
10541054
typeof process !== 'undefined' && process.env

src/stripe.esm.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ const defaultRequestSenderFactory: RequestSenderFactory = (stripe) =>
10491049
new RequestSender(stripe, StripeResource.MAX_BUFFERED_REQUEST_METRICS);
10501050

10511051
export class Stripe {
1052-
static PACKAGE_VERSION = '22.1.0-beta.2';
1052+
static PACKAGE_VERSION = '22.1.0-beta.3';
10531053
static API_VERSION: typeof ApiVersion = ApiVersion;
10541054
static aiAgent =
10551055
typeof process !== 'undefined' && process.env

0 commit comments

Comments
 (0)