Skip to content

Commit

Permalink
chore(release): 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0](v5.1.1...v5.2.0) (2023-04-21)

### Features

* enable mongoose timestamps for casbin rule model via adapter options ([#71](#71)) ([3dd8862](3dd8862))
  • Loading branch information
semantic-release-bot committed Apr 21, 2023
1 parent 3dd8862 commit 4b1c1b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.2.0](https://github.com/node-casbin/mongoose-adapter/compare/v5.1.1...v5.2.0) (2023-04-21)


### Features

* enable mongoose timestamps for casbin rule model via adapter options ([#71](https://github.com/node-casbin/mongoose-adapter/issues/71)) ([3dd8862](https://github.com/node-casbin/mongoose-adapter/commit/3dd8862f8eb452adc1365c96df55125561358bb1))

## [5.1.1](https://github.com/node-casbin/mongoose-adapter/compare/v5.1.0...v5.1.1) (2023-04-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casbin-mongoose-adapter",
"version": "5.1.1",
"version": "5.2.0",
"description": "Mongoose adapter for Casbin",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
Expand Down

0 comments on commit 4b1c1b1

Please sign in to comment.