diff --git a/package-lock.json b/package-lock.json index 0bf9e9b..cd28834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "feathers-casl", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "feathers-casl", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "dependencies": { "@casl/ability": "^5.4.4", diff --git a/package.json b/package.json index d99c193..b968e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feathers-casl", - "version": "0.7.1", + "version": "0.7.2", "description": "Add access control with CASL to your feathers application.", "author": "fratzinger", "homepage": "https://feathers-casl.netlify.app/",