Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Apr 16, 2020
1 parent dca713b commit 94320c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- 6
- 7
- 8
- 9
- 10
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 94320c6

Please sign in to comment.