Skip to content

Commit 753c07b

Browse files
authored
Changelog encodetype (#374)
1 parent 6672b52 commit 753c07b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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+
## 2.9.2 - 2023-08-16
4+
chore: Changed Content-Type of all APIs from application/x-www-form-urlencoded to application/json
5+
36
## 2.9.1 - 2023-07-18
47

58
fix: A bug in the “Create Payment Link” request has been fixed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razorpay",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Official Node SDK for Razorpay API",
55
"main": "dist/razorpay",
66
"typings": "dist/razorpay",

0 commit comments

Comments
 (0)