Skip to content

Commit 94320c6

Browse files
committed
v7.2.0
1 parent dca713b commit 94320c6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- 6
4-
- 7
53
- 8
64
- 9
75
- 10

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.2.0 / 2020-04-16
2+
3+
- Add `replace` option to update methods (Thanks @lakshmipriyamukundan)
4+
15
# 7.1.1 / 2019-10-11
26

37
- Allow for `mongo+srv` uri (Thanks @s-zimm!)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monk",
33
"description": "The wise MongoDB API",
4-
"version": "7.1.2",
4+
"version": "7.2.0",
55
"main": "lib/monk.js",
66
"types": "./index.d.ts",
77
"keywords": [

0 commit comments

Comments
 (0)