From 00c7a3a131f021085cb06cd3af10306c9454f4c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jun 2024 09:28:29 +0000 Subject: [PATCH] Release 4.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [4.2.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.1.0...v4.2.0) (2024-06-03) ### Features * curl 支持 AES 加密请求 ([#127](https://github.com/alipay/alipay-sdk-nodejs-all/issues/127)) ([722a4a7](https://github.com/alipay/alipay-sdk-nodejs-all/commit/722a4a77099cf62020496fe9259b8db79228feee)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af67913..cc3771e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.1.0...v4.2.0) (2024-06-03) + + +### Features + +* curl 支持 AES 加密请求 ([#127](https://github.com/alipay/alipay-sdk-nodejs-all/issues/127)) ([722a4a7](https://github.com/alipay/alipay-sdk-nodejs-all/commit/722a4a77099cf62020496fe9259b8db79228feee)) + ## [4.1.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.0.0...v4.1.0) (2024-06-02) diff --git a/package.json b/package.json index c82659c..196b147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alipay-sdk", - "version": "4.1.0", + "version": "4.2.0", "engines": { "node": ">=18.0.0" },