File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
48This release changes the pinned API version to `2025-12-15.preview`.
59
Original file line number Diff line number Diff line change 1- 20.2.0-beta.1
1+ 20.2.0-beta.2
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments