Skip to content

Commit 1f64495

Browse files
committed
chore: release 7.6.1
1 parent d7c832e commit 1f64495

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
7.6.1 / 2023-10-09
2+
==================
3+
* fix: bump bson to match [email protected] exactly #13947 [hasezoey](https://github.com/hasezoey)
4+
* fix: raw result deprecation message #13954 [simllll](https://github.com/simllll)
5+
* type: add types for includeResultMetadata #13955 [simllll](https://github.com/simllll)
6+
* perf(npmignore): ignore newer files #13946 [hasezoey](https://github.com/hasezoey)
7+
* perf: move mocha config from package.json to mocharc #13948 [hasezoey](https://github.com/hasezoey)
8+
19
7.6.0 / 2023-10-06
210
==================
311
* feat: upgrade mongodb node driver -> 5.9.0 #13927 #13926 [sanguineti](https://github.com/sanguineti)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.6.0",
4+
"version": "7.6.1",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)