Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #417 from cloudant/pin-nano-8.1
Browse files Browse the repository at this point in the history
Pin Nano to ~8.1.0 to prevent ts API breakage from 8.2.0
  • Loading branch information
ricellis authored Mar 2, 2020
2 parents 07b7fa2 + ab34027 commit 8564d08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased
- [FIXED] Pinned Nano to version 8.1 to resolve issue with extending upstream
TypeScript changes in Nano version 8.2.0.

# 4.2.3 (2019-12-05)
- [FIXED] Expose BasePlugin.
- [FIXED] Prevent double encoding of credentials passed in URL user information
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cookie": "^0.4.0",
"debug": "^3.1.0",
"lockfile": "1.0.3",
"nano": "^8.1.0",
"nano": "~8.1.0",
"request": "^2.81.0",
"tmp": "0.0.33"
},
Expand Down

0 comments on commit 8564d08

Please sign in to comment.