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

Commit 3aab9f5

Browse files
committed
Prepare version 3.0.0 release
1 parent a6ef109 commit 3aab9f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# 3.0.0 UNRELEASED
1+
# 3.0.0 (2018-11-20)
22
- [FIXED] Expose `BasePlugin` type in Cloudant client.
33
- [FIXED] Set `parseUrl = false` on underlying Nano instance.
4+
- [BREAKING CHANGE] Due to the Nano 7.x upgrade all return types are now a
5+
`Promise` (except for the `...AsStream` functions). _See
6+
[api-migration.md](https://github.com/cloudant/nodejs-cloudant/blob/master/api-migration.md#2x--3x)
7+
for migration details._
48
- [REMOVED] Remove nodejs-cloudant TypeScript type definitions for
59
`db.search`. These definitions are now imported directly from Nano.
610
- [REMOVED] Removed support for the deprecated Cloudant virtual hosts feature.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "[email protected]:cloudant/nodejs-cloudant.git"
99
},
10-
"version": "3.0.0-SNAPSHOT",
10+
"version": "3.0.0",
1111
"author": {
1212
"name": "IBM Cloudant",
1313
"email": "[email protected]"

0 commit comments

Comments
 (0)