File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 18.2.1 - 2025-06-02
3
+ * [ #2346 ] ( https://github.com/stripe/stripe-node/pull/2346 ) Allow data to be set in only ` POST ` rawRequests
4
+ * Fix bug where ` rawRequest ` incorrectly emits a warning when sending v2 GET requests
5
+
2
6
## 18.2.0 - 2025-05-29
3
7
This release changes the pinned API version to ` 2025-05-28.basil ` .
4
8
Original file line number Diff line number Diff line change 1
- 18.2.0
1
+ 18.2.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stripe" ,
3
- "version" : " 18.2.0 " ,
3
+ "version" : " 18.2.1 " ,
4
4
"description" : " Stripe API wrapper" ,
5
5
"keywords" : [
6
6
" stripe" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export function createStripe(
59
59
platformFunctions : PlatformFunctions ,
60
60
requestSender : RequestSenderFactory = defaultRequestSenderFactory
61
61
) : typeof Stripe {
62
- Stripe . PACKAGE_VERSION = '18.2.0 ' ;
62
+ Stripe . PACKAGE_VERSION = '18.2.1 ' ;
63
63
Stripe . USER_AGENT = {
64
64
bindings_version : Stripe . PACKAGE_VERSION ,
65
65
lang : 'node' ,
You can’t perform that action at this time.
0 commit comments