@cloudant/couchbackup 2.5.2-SNAPSHOT.36 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGES.md +2 -2
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -1,5 +1,5 @@
1
- # 2.5.2-SNAPSHOT (2020-02-28)
2
- - [FIXED] Issue with compatibility with Nano 8.2.0.
1
+ # 2.5.2 (2020-03-02)
2
+ - [FIXED] Issue with compatibility with Nano 8.2.0.
3
3
 
4
4
  # 2.5.1 (2019-12-06)
5
5
  - [FIXED] Issue with incorrect handling of percent-encoded user info characters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudant/couchbackup",
3
- "version": "2.5.2-SNAPSHOT.36",
3
+ "version": "2.5.2",
4
4
  "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
5
5
  "homepage": "https://github.com/cloudant/couchbackup",
6
6
  "repository": "https://github.com/cloudant/couchbackup.git",