Skip to content

Commit 6b99085

Browse files
committed
version 7.1.1
1 parent 2a117b4 commit 6b99085

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.1.1 / 2019-10-11
2+
3+
- Allow for `mongo+srv` uri (Thanks @s-zimm!)
4+
15
# 7.1.0 / 2019-09-30
26

37
- Fix `insert` deprecation warning (Thanks @RobertoMachorro!)

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "7.1.1",
55
"main": "lib/monk.js",
66
"types": "./index.d.ts",
77
"keywords": [

0 commit comments

Comments
 (0)