Skip to content

Commit

Permalink
chore: release v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Jun 26, 2024
1 parent 243de2f commit dc81aad
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## AccessControl - Change Log

## 2.3.6

### Patch Changes

- chore: update package.json

## 2.3.5

### Patch Changes
Expand Down
34 changes: 32 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"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"
Expand Down

0 comments on commit dc81aad

Please sign in to comment.