Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.1...v5.0.0) (2022-03-13)

### Bug Fixes

* change p_type to ptype ([#61](#61)) ([1167bed](1167bed))

### BREAKING CHANGES

* we will finally move to `ptype`, as discussed one year ago: pycasbin/sqlalchemy-adapter#26 (comment) . It is also officially documented in the official site: https://casbin.org/docs/en/adapters#:~:text=Ptype%20Column.%20Name%20of%20this%20column%20should%20be%20ptype%20instead%20of%20p_type%20or%20Ptype

Co-authored-by: Shivansh Yadav <yadavshivansh@gmail.com>
  • Loading branch information
semantic-release-bot and Shivansh-yadav13 committed Mar 13, 2022
1 parent 1167bed commit ee3edd7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [5.0.0](https://github.com/node-casbin/mongoose-adapter/compare/v4.0.1...v5.0.0) (2022-03-13)


### Bug Fixes

* change p_type to ptype ([#61](https://github.com/node-casbin/mongoose-adapter/issues/61)) ([1167bed](https://github.com/node-casbin/mongoose-adapter/commit/1167bed29efc618f09fef7b7c98d8ff81520369f))


### BREAKING CHANGES

* we will finally move to `ptype`, as discussed one year ago: https://github.com/pycasbin/sqlalchemy-adapter/issues/26#issuecomment-769799410 . It is also officially documented in the official site: https://casbin.org/docs/en/adapters#:~:text=Ptype%20Column.%20Name%20of%20this%20column%20should%20be%20ptype%20instead%20of%20p_type%20or%20Ptype

Co-authored-by: Shivansh Yadav <yadavshivansh@gmail.com>

## [4.0.1](https://github.com/node-casbin/mongoose-adapter/compare/v4.0.0...v4.0.1) (2022-01-31)


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": "4.0.1",
"version": "5.0.0",
"description": "Mongoose adapter for Casbin",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index.d.ts",
Expand Down

0 comments on commit ee3edd7

Please sign in to comment.