Skip to content

Commit 6e4ff04

Browse files
sonawane-sanketroot
andauthored
Version 6.5.1-v2.1-23.3.01.02 release (#341)
Co-authored-by: root <[email protected]>
1 parent 0781239 commit 6e4ff04

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

44

5+
## [v6.5.1] - eSignature API v2.1-23.3.01.02 - 2023-11-15
6+
### Changed
7+
- Rolled back the superagent-proxy package version from 3.0.0 to 2.0.0
8+
- Updated the SDK release version.
9+
510
## [v6.5.0] - eSignature API v2.1-23.3.01.02 - 2023-10-25
611
### Changed
712
- Added support for version v2.1-23.3.01.02 of the DocuSign ESignature API.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-esign",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"description": "DocuSign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",
@@ -56,7 +56,7 @@
5656
"passport-oauth2": "^1.6.1",
5757
"safe-buffer": "^5.1.2",
5858
"superagent": "3.8.2",
59-
"superagent-proxy": "^3.0.0"
59+
"superagent-proxy": "^2.0.0"
6060
},
6161
"devDependencies": {
6262
"docdash": "0.4.0",

0 commit comments

Comments
 (0)