From 1266dc91bafd240981f0bf73e8b78c8946f3fe43 Mon Sep 17 00:00:00 2001 From: Mark Wecke Date: Fri, 3 Nov 2023 08:41:54 +0100 Subject: [PATCH] chore(release): bump to version 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f90a5b0..2351d84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neoskop/hrbac", - "version": "2.1.0-rc.0", + "version": "2.1.0", "description": "An implementation of a hierarchical role based access control for nodejs and browser.", "scripts": { "test": "NODE_OPTIONS=--experimental-vm-modules jest",