Skip to content

Commit

Permalink
chore: release 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 25, 2023
1 parent 97d62ef commit 008560f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
6.9.0 / 2023-01-25
==================
* feat(schema): add removeVirtual(path) function to schema #12920 [IslandRhythms](https://github.com/IslandRhythms)
* fix(cast): remove empty `$or` conditions after strict applied #12898 [0x0a0d](https://github.com/0x0a0d)
* docs: fixed typo #12946 [Gbengstar](https://github.com/Gbengstar)

6.8.5 / 2023-01-23
==================
* fix(query): correctly pass context when casting $elemMatch #12915 #12909 #12902 [MohOraby](https://github.com/MohOraby)
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": "6.8.5",
"version": "6.9.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 008560f

Please sign in to comment.