Skip to content

Commit

Permalink
chore: release 6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 22, 2022
1 parent df7ea24 commit e50de5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
6.7.3 / 2022-11-22
==================
* fix(document): handle setting array to itself after saving and pushing a new value #12672 #12656
* fix(types): update replaceWith pipeline stage #12715 [coyotte508](https://github.com/coyotte508)
* fix(types): remove incorrect modelName type definition #12682 #12669 [lpizzinidev](https://github.com/lpizzinidev)
* fix(schema): fix setupTimestamps for browser.umd #12683 [raphael-papazikas](https://github.com/raphael-papazikas)
* docs: correct justOne description #12686 #12599 [tianguangcn](https://github.com/tianguangcn)
* docs: make links more consistent #12690 #12645 [hasezoey](https://github.com/hasezoey)
* docs(document): explain that $isNew is false in post('save') hooks #12685 #11990
* docs: fixed line causing a "used before defined" linting error #12707 [sgpinkus](https://github.com/sgpinkus)

6.7.2 / 2022-11-07
==================
* fix(discriminator): skip copying base schema plugins if `applyPlugins == false` #12613 #12604 [lpizzinidev](https://github.com/lpizzinidev)
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.7.2",
"version": "6.7.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e50de5c

Please sign in to comment.