From fdcc95d13e8158ed6c57fbde8294bf17a020226c Mon Sep 17 00:00:00 2001 From: fratzinger <22286818+fratzinger@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:04:07 +0100 Subject: [PATCH] 2.1.1 --- 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 aada46d..7e0e2ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "feathers-casl", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "feathers-casl", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "@feathersjs/errors": "^5.0.6", diff --git a/package.json b/package.json index a20bf54..14ccc93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feathers-casl", - "version": "2.1.0", + "version": "2.1.1", "description": "Add access control with CASL to your feathers application.", "author": "fratzinger", "homepage": "https://feathers-casl.netlify.app/",