Skip to content

Commit b7de45c

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.1.1...v4.0.0) (2022-01-29) ### Features * upgrade Mongoose ([#52](#52)) ([fb53794](fb53794)) ### BREAKING CHANGES * upgrade to Mongoose 6.x and drop Node 10 support
1 parent fb53794 commit b7de45c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/node-casbin/mongoose-adapter/compare/v3.1.1...v4.0.0) (2022-01-29)
2+
3+
4+
### Features
5+
6+
* upgrade Mongoose ([#52](https://github.com/node-casbin/mongoose-adapter/issues/52)) ([fb53794](https://github.com/node-casbin/mongoose-adapter/commit/fb5379432397710a27570b116ea3f7459f4bd3b6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* upgrade to Mongoose 6.x and drop Node 10 support
12+
113
## [3.1.1](https://github.com/node-casbin/mongoose-adapter/compare/v3.1.0...v3.1.1) (2021-08-28)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "casbin-mongoose-adapter",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Mongoose adapter for Casbin",
55
"main": "lib/cjs/index.js",
66
"typings": "lib/cjs/index.d.ts",

0 commit comments

Comments
 (0)