Skip to content

Commit 151711b

Browse files
committed
v7.3.0
1 parent 4c6ab99 commit 151711b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ results
1313

1414
node_modules
1515
npm-debug.log
16+
package-lock.json
1617

1718
coverage
1819
.nyc_output

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
# 7.3.0 / 2020-04-28
2+
3+
- Adjust some TypeScript definitions
4+
- Update docs for projections (Thanks @mpatino117!)
5+
- Update the `count` method and add a new `estimate` option (Thanks @bit-cmdr!)
6+
17
# 7.2.0 / 2020-04-16
28

3-
- Add `replace` option to update methods (Thanks @lakshmipriyamukundan)
9+
- Add `replace` option to update methods (Thanks @lakshmipriyamukundan!)
410

511
# 7.1.1 / 2019-10-11
612

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.2.0",
4+
"version": "7.3.0",
55
"main": "lib/monk.js",
66
"types": "./index.d.ts",
77
"keywords": [

0 commit comments

Comments
 (0)