We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca713b commit 94320c6Copy full SHA for 94320c6
.travis.yml
@@ -1,7 +1,5 @@
1
language: node_js
2
node_js:
3
- - 6
4
- - 7
5
- 8
6
- 9
7
- 10
CHANGELOG.md
@@ -1,3 +1,7 @@
+# 7.2.0 / 2020-04-16
+
+- Add `replace` option to update methods (Thanks @lakshmipriyamukundan)
# 7.1.1 / 2019-10-11
- Allow for `mongo+srv` uri (Thanks @s-zimm!)
package.json
@@ -1,7 +1,7 @@
{
"name": "monk",
"description": "The wise MongoDB API",
- "version": "7.1.2",
+ "version": "7.2.0",
"main": "lib/monk.js",
"types": "./index.d.ts",
"keywords": [
0 commit comments