Skip to content

Commit 19a8bac

Browse files
committed
feat: support mongoose 9 and update github repo org to mongoosejs
1 parent 9381939 commit 19a8bac

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.0 / 2025-11-18
2+
==================
3+
* feat: support mongoose 9 and update github repo org to mongoosejs
4+
15
1.1.0 / 2023-10-24
26
==================
37
* feat: support mongoose 8

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "Always populate() certain fields in your mongoose schemas",
55
"main": "index.js",
6-
"homepage": "https://github.com/mongodb-js/mongoose-autopopulate",
6+
"homepage": "https://github.com/mongoosejs/mongoose-autopopulate",
77
"scripts": {
88
"docs": "acquit-markdown -r acquit-ignore -p ./test/integration.js > examples.md",
99
"lint": "eslint .",
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/mongodb-js/mongoose-autopopulate.git"
16+
"url": "https://github.com/mongoosejs/mongoose-autopopulate.git"
1717
},
1818
"keywords": [
1919
"mongoose",
@@ -31,12 +31,12 @@
3131
"nyc": "11.7.3"
3232
},
3333
"peerDependencies": {
34-
"mongoose": "6.x || 7.x || 8.x"
34+
"mongoose": "6.x || 7.x || 8.x || ^9.0.0-0"
3535
},
3636
"types": "./index.d.ts",
3737
"author": "Valeri Karpov <val@karpov.io>",
3838
"license": "Apache 2.0",
3939
"bugs": {
40-
"url": "https://github.com/mongodb-js/mongoose-autopopulate/issues"
40+
"url": "https://github.com/mongoosejs/mongoose-autopopulate/issues"
4141
}
4242
}

0 commit comments

Comments
 (0)