Skip to content

Commit ca070a9

Browse files
committed
chore: release 7.0.3
1 parent ef287cb commit ca070a9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
7.0.3 / 2023-03-23
2+
==================
3+
* fix(query): avoid executing transforms if query wasn't executed #13185 #13165
4+
* fix(schema): make creating top-level virtual underneath subdocument equivalent to creating virtual on the subdocument #13197 #13189
5+
* fix(timestamps): set timestamps on empty replaceOne() #13196 #13170
6+
* fix(types): change return type of lean() to include null if nullable #13155 #13151 [lpizzinidev](https://github.com/lpizzinidev)
7+
* fix(types): fixed type of DocumentArray constructor parameter #13183 #13087 [lpizzinidev](https://github.com/lpizzinidev)
8+
* docs: refactor header naming to lessen conflicts #12901 [hasezoey](https://github.com/hasezoey)
9+
* docs: change header levels to be consistent across files #13173 [hasezoey](https://github.com/hasezoey)
10+
111
6.10.4 / 2023-03-21
212
===================
313
* fix(document): apply setters on resulting value when calling Document.prototype.$inc() #13178 #13158

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.0.2",
4+
"version": "7.0.3",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)