Skip to content

Commit

Permalink
chore: release 6.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 28, 2022
1 parent 457f821 commit 66474c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
6.7.4 / 2022-11-28
==================
* fix: allow setting global strictQuery after Schema creation #12717 #12703 [lpizzinidev](https://github.com/lpizzinidev)
* fix(cursor): make eachAsync() avoid modifying batch when mixing parallel and batchSize #12716
* fix(types): infer virtuals in query results #12727 #12702 #12684
* fix(types): correctly infer ReadonlyArray types in schema definitions #12720
* fix(types): avoid typeof Query with generics for TypeScript 4.6 support #12712 #12688
* chore: avoid bundling .tgz files when publishing #12725 [hasezoey](https://github.com/hasezoey)

6.7.3 / 2022-11-22
==================
* fix(document): handle setting array to itself after saving and pushing a new value #12672 #12656
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.7.3",
"version": "6.7.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 66474c9

Please sign in to comment.