Skip to content

Commit 800e910

Browse files
Release 4.10.0
[skip ci] ## [4.10.0](v4.9.0...v4.10.0) (2024-06-16) ### Features * 增加 rsaCheck 验签方法 ([#142](#142)) ([470f8b5](470f8b5))
1 parent 470f8b5 commit 800e910

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.10.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.9.0...v4.10.0) (2024-06-16)
4+
5+
6+
### Features
7+
8+
* 增加 rsaCheck 验签方法 ([#142](https://github.com/alipay/alipay-sdk-nodejs-all/issues/142)) ([470f8b5](https://github.com/alipay/alipay-sdk-nodejs-all/commit/470f8b50a16348d38ac98b439533f1fa29184232))
9+
310
## [4.9.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.8.0...v4.9.0) (2024-06-15)
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.9.0",
3+
"version": "4.10.0",
44
"engines": {
55
"node": ">=18.0.0"
66
},

0 commit comments

Comments
 (0)