Skip to content

Commit

Permalink
chore: release 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 9, 2023
1 parent d7c832e commit 1f64495
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
7.6.1 / 2023-10-09
==================
* fix: bump bson to match mongodb@5.9.0 exactly #13947 [hasezoey](https://github.com/hasezoey)
* fix: raw result deprecation message #13954 [simllll](https://github.com/simllll)
* type: add types for includeResultMetadata #13955 [simllll](https://github.com/simllll)
* perf(npmignore): ignore newer files #13946 [hasezoey](https://github.com/hasezoey)
* perf: move mocha config from package.json to mocharc #13948 [hasezoey](https://github.com/hasezoey)

7.6.0 / 2023-10-06
==================
* feat: upgrade mongodb node driver -> 5.9.0 #13927 #13926 [sanguineti](https://github.com/sanguineti)
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": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.6.0",
"version": "7.6.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 1f64495

Please sign in to comment.