Skip to content

Commit 1733478

Browse files
committed
chore: release 8.4.3
1 parent ea04d70 commit 1733478

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ tsconfig.json
5757
# scripts
5858
scripts/
5959
tools/
60+
61+
*.0x

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
8.4.3 / 2024-06-17
2+
==================
3+
* fix: remove 0x flamegraph files from release
4+
15
8.4.2 / 2024-06-17
26
==================
37
* perf: more toObject() perf improvements #14623 #14606 #14394

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": "8.4.2",
4+
"version": "8.4.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)