From dc81aad60a4c25ebb8312f946d3e1b211afc0797 Mon Sep 17 00:00:00 2001 From: invalid w Date: Wed, 26 Jun 2024 09:22:08 +0800 Subject: [PATCH] chore: release v2.3.6 --- CHANGELOG.md | 6 ++++++ package.json | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561ea7f..ef7c173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## AccessControl - Change Log +## 2.3.6 + +### Patch Changes + +- chore: update package.json + ## 2.3.5 ### Patch Changes diff --git a/package.json b/package.json index c055152..5e70ef2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,41 @@ { "name": "@sellerartifact/accesscontrol", - "description": "Role and Attribute based Access Control for Node.js. Create With modern.js", - "version": "2.3.5", + "description": "Role and Attribute based Access Control for Node.js. Rebuilt with modern.js", + "version": "2.3.6", "types": "./dist/types/index.d.ts", "main": "./dist/lib/index.js", "module": "./dist/es/index.js", "author": "wangjue666 ", + "keywords": [ + "access", + "access-control", + "acl", + "role", + "attribute", + "grant", + "deny", + "allow", + "reject", + "permission", + "action", + "possession", + "rbac", + "abac", + "crud", + "create", + "read", + "update", + "delete", + "resource", + "express", + "admin", + "user", + "glob", + "wildcard", + "policy", + "scope", + "context" + ], "license": "MIT", "bugs": { "url": "https://github.com/sellerartifact/accesscontrol/issues"