Skip to content

Commit

Permalink
Version 6.5.1-v2.1-23.3.01.02 release (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
sonawane-sanket and root authored Nov 15, 2023
1 parent 0781239 commit 6e4ff04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.


## [v6.5.1] - eSignature API v2.1-23.3.01.02 - 2023-11-15
### Changed
- Rolled back the superagent-proxy package version from 3.0.0 to 2.0.0
- Updated the SDK release version.

## [v6.5.0] - eSignature API v2.1-23.3.01.02 - 2023-10-25
### Changed
- Added support for version v2.1-23.3.01.02 of the DocuSign ESignature API.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusign-esign",
"version": "6.5.0",
"version": "6.5.1",
"description": "DocuSign Node.js API client.",
"license": "MIT",
"main": "src/index.js",
Expand Down Expand Up @@ -56,7 +56,7 @@
"passport-oauth2": "^1.6.1",
"safe-buffer": "^5.1.2",
"superagent": "3.8.2",
"superagent-proxy": "^3.0.0"
"superagent-proxy": "^2.0.0"
},
"devDependencies": {
"docdash": "0.4.0",
Expand Down

1 comment on commit 6e4ff04

@carlos-delangel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you guys realize that version has a bunch of security issues?

Please sign in to comment.