Skip to content

Commit 8d0a551

Browse files
committed
chore: merge 5.x branch
2 parents 99edce7 + 07946be commit 8d0a551

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
5.13.9 / 2021-09-06
2+
===================
3+
* fix(populate): avoid setting empty array on lean document when populate result is undefined #10599
4+
* fix(document): make depopulate() handle populated paths underneath document arrays #10592
5+
* fix: peg @types/bson version to 1.x || 4.0.x to avoid stubbed 4.2.x release #10678
6+
* fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly infinite" errors with `extends Document` and `any` #10647
7+
* fix(index.d.ts): allow specifying weights as an IndexOption #10586
8+
* fix: upgrade to mpath v0.8.4 re: security issue #10683
9+
110
6.0.4 / 2021-09-01
211
==================
312
* fix(schema): handle maps of maps #10644

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"build-browser": "node build-browser.js",
7474
"prepublishOnly": "npm run build-browser",
7575
"release": "git pull && git push origin master --tags && npm publish",
76-
"release-legacy": "git pull origin 4.x && git push origin 4.x --tags && npm publish --tag legacy",
76+
"release-legacy": "git pull origin 5.x && git push origin 5.x --tags && npm publish --tag legacy",
7777
"test": "mocha --exit ./test/*.test.js ./test/typescript/main.test.js",
7878
"tdd": "mocha ./test/*.test.js ./test/typescript/main.test.js --inspect --watch --recursive --watch-files ./**/*.js",
7979
"test-cov": "nyc --reporter=html --reporter=text npm test"

0 commit comments

Comments
 (0)