From 0dbb55e0f918eedee26d7a194ff32c8b87abd342 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Jun 2024 12:42:18 +0000 Subject: [PATCH] Release 4.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [4.7.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.6.0...v4.7.0) (2024-06-07) ### Features * 实现支付宝响应验签 ([#136](https://github.com/alipay/alipay-sdk-nodejs-all/issues/136)) ([aa6d480](https://github.com/alipay/alipay-sdk-nodejs-all/commit/aa6d4804efc38422529eebefdfbbc4e19b5aaf41)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2391d64..6de55b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.6.0...v4.7.0) (2024-06-07) + + +### Features + +* 实现支付宝响应验签 ([#136](https://github.com/alipay/alipay-sdk-nodejs-all/issues/136)) ([aa6d480](https://github.com/alipay/alipay-sdk-nodejs-all/commit/aa6d4804efc38422529eebefdfbbc4e19b5aaf41)) + ## [4.6.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.5.1...v4.6.0) (2024-06-06) diff --git a/package.json b/package.json index 45740fe..3fd6339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alipay-sdk", - "version": "4.6.0", + "version": "4.7.0", "engines": { "node": ">=18.0.0" },