From 94541cc32b5e49a09abde5ac98961541be3571fc Mon Sep 17 00:00:00 2001 From: fratzinger <22286818+fratzinger@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:10:39 +0200 Subject: [PATCH] 2.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7caf03..d2f537a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "feathers-casl", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "feathers-casl", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@feathersjs/errors": "^5.0.6", diff --git a/package.json b/package.json index 8204678..c0cb960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feathers-casl", - "version": "2.0.0", + "version": "2.1.0", "description": "Add access control with CASL to your feathers application.", "author": "fratzinger", "homepage": "https://feathers-casl.netlify.app/",