File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ results
1313
1414node_modules
1515npm-debug.log
16+ package-lock.json
1617
1718coverage
1819.nyc_output
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments