We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6d296 commit b753116Copy full SHA for b753116
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## 2.0
4
5
+### 2.2.0
6
+ * Adding support for SearchQuery (thanks to https://github.com/goatandsheep).
7
+
8
### 2.1.1
9
* Updating `couchbase` to the latest version (2.2.2).
10
package.json
@@ -2,7 +2,7 @@
"name": "couchbase-promises",
"longName": "Couchbase Promises",
"description": "An A+ Promises wrapper for the Couchbase SDK.",
- "version": "2.1.1",
+ "version": "2.2.0",
"dependencies": {
"bluebird": "~3.4.1",
0 commit comments