Skip to content

Commit 985d5c8

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2025-07-06) ### Bug Fixes * add number support for access permission in hasAccess method ([#29](#29)) ([6d0d962](6d0d962))
1 parent 6d0d962 commit 985d5c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1](https://github.com/dschewchenko/permask/compare/v2.1.0...v2.1.1) (2025-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* add number support for access permission in hasAccess method ([#29](https://github.com/dschewchenko/permask/issues/29)) ([6d0d962](https://github.com/dschewchenko/permask/commit/6d0d962f3d703a025c9f2f52ad3df047351c18c4))
7+
18
# [2.1.0](https://github.com/dschewchenko/permask/compare/v2.0.1...v2.1.0) (2025-07-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "permask",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"type": "module",
55
"description": "A lightweight utility library for managing permission bitmasks with groups and access levels",
66
"main": "./dist/permask.cjs",

0 commit comments

Comments
 (0)