Skip to content

Commit f7a5911

Browse files
Release 4.8.0
[skip ci] ## [4.8.0](v4.7.0...v4.8.0) (2024-06-14) ### Features * 通过 bizContentAutoSnakeCase = false 关闭自动的变量命名转换 ([#138](#138)) ([e4d44e5](e4d44e5))
1 parent e4d44e5 commit f7a5911

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [4.8.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.7.0...v4.8.0) (2024-06-14)
4+
5+
6+
### Features
7+
8+
* 通过 bizContentAutoSnakeCase = false 关闭自动的变量命名转换 ([#138](https://github.com/alipay/alipay-sdk-nodejs-all/issues/138)) ([e4d44e5](https://github.com/alipay/alipay-sdk-nodejs-all/commit/e4d44e5a4c5cc4adaf4326fb408d86e68b084b56))
9+
310
## [4.7.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.6.0...v4.7.0) (2024-06-07)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alipay-sdk",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"engines": {
55
"node": ">=18.0.0"
66
},

0 commit comments

Comments
 (0)