Skip to content

Commit cd20f82

Browse files
committedDec 28, 2022
chore: release 6.8.2
1 parent d9ae2dc commit cd20f82

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
6.8.2 / 2022-12-28
2+
==================
3+
* fix(schema): propagate strictQuery to implicitly created schemas for embedded discriminators #12827 #12796
4+
* fix(model): respect discriminators with Model.validate() #12824 #12621
5+
* fix(query): fix unexpected validation error when doing findOneAndReplace() with a nullish value #12826 #12821
6+
* fix(discriminator): apply built-in plugins to discriminator schema even if mergeHooks and mergePlugins are both false #12833 #12696
7+
* fix(types): add option "overwriteModels" as a schema option #12817 #12816 [hasezoey](https://github.com/hasezoey)
8+
* fix(types): add property "defaultOptions" #12818 [hasezoey](https://github.com/hasezoey)
9+
* docs: make search bar respect documentation version, so you can search 5.x docs #12548
10+
* docs(typescript): make note about recommending strict mode when using auto typed schemas #12825 #12420
11+
* docs: add section on sorting to query docs #12588 [IslandRhythms](https://github.com/IslandRhythms)
12+
* test(query.test): add write-concern option #12829 [hasezoey](https://github.com/hasezoey)
13+
114
6.8.1 / 2022-12-19
215
==================
316
* fix(query): avoid throwing circular dependency error if same object is used in multiple properties #12774 [orgads](https://github.com/orgads)

‎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": "6.8.1",
4+
"version": "6.8.2",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.