From 800e910f4b3f407eebf16b9b46230234c9ea464a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jun 2024 08:45:56 +0000 Subject: [PATCH] Release 4.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [4.10.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.9.0...v4.10.0) (2024-06-16) ### Features * 增加 rsaCheck 验签方法 ([#142](https://github.com/alipay/alipay-sdk-nodejs-all/issues/142)) ([470f8b5](https://github.com/alipay/alipay-sdk-nodejs-all/commit/470f8b50a16348d38ac98b439533f1fa29184232)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60608d0..2d54328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.10.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.9.0...v4.10.0) (2024-06-16) + + +### Features + +* 增加 rsaCheck 验签方法 ([#142](https://github.com/alipay/alipay-sdk-nodejs-all/issues/142)) ([470f8b5](https://github.com/alipay/alipay-sdk-nodejs-all/commit/470f8b50a16348d38ac98b439533f1fa29184232)) + ## [4.9.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.8.0...v4.9.0) (2024-06-15) diff --git a/package.json b/package.json index eb9fdfe..fbeec5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alipay-sdk", - "version": "4.9.0", + "version": "4.10.0", "engines": { "node": ">=18.0.0" },