From 1d362b6fdb83ecbe45c3a16f4af05250f1c7efbf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Mar 2023 02:21:24 +0000 Subject: [PATCH] chore(release): 5.25.0 [skip ci] # [5.25.0](https://github.com/casbin/node-casbin/compare/v5.24.4...v5.25.0) (2023-03-20) ### Features * replace picomatch with minimatch ([#440](https://github.com/casbin/node-casbin/issues/440)) ([4e977b3](https://github.com/casbin/node-casbin/commit/4e977b33fdece9b8934693d05a1da9a7f10cfa05)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3ec31..ef3910a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.25.0](https://github.com/casbin/node-casbin/compare/v5.24.4...v5.25.0) (2023-03-20) + + +### Features + +* replace picomatch with minimatch ([#440](https://github.com/casbin/node-casbin/issues/440)) ([4e977b3](https://github.com/casbin/node-casbin/commit/4e977b33fdece9b8934693d05a1da9a7f10cfa05)) + ## [5.24.4](https://github.com/casbin/node-casbin/compare/v5.24.3...v5.24.4) (2023-03-12) diff --git a/package.json b/package.json index 2b225d7..9be9362 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casbin", - "version": "5.24.4", + "version": "5.25.0", "description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS", "main": "lib/cjs/index.js", "typings": "lib/cjs/index.d.ts",