File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ results
13
13
14
14
node_modules
15
15
npm-debug.log
16
+ package-lock.json
16
17
17
18
coverage
18
19
.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
+
1
7
# 7.2.0 / 2020-04-16
2
8
3
- - Add ` replace ` option to update methods (Thanks @lakshmipriyamukundan )
9
+ - Add ` replace ` option to update methods (Thanks @lakshmipriyamukundan ! )
4
10
5
11
# 7.1.1 / 2019-10-11
6
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monk" ,
3
3
"description" : " The wise MongoDB API" ,
4
- "version" : " 7.2 .0" ,
4
+ "version" : " 7.3 .0" ,
5
5
"main" : " lib/monk.js" ,
6
6
"types" : " ./index.d.ts" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments