Skip to content

Commit 57cd68d

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.1...v3.0.0) (2025-12-19) * feat!: migrate to Bun, publish ESM-only exports, add framework integrations ([#30](#30)) ([#32](#32)) ([31df744](31df744)) ### BREAKING CHANGES * package is ESM-only (CJS/UMD entry points removed) * unpackBitmasks now throws PermaskError on invalid input * createPermask().create now throws PermaskError for unknown groups
1 parent 31df744 commit 57cd68d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/dschewchenko/permask/compare/v2.1.1...v3.0.0) (2025-12-19)
2+
3+
4+
* feat!: migrate to Bun, publish ESM-only exports, add framework integrations ([#30](https://github.com/dschewchenko/permask/issues/30)) ([#32](https://github.com/dschewchenko/permask/issues/32)) ([31df744](https://github.com/dschewchenko/permask/commit/31df744123bee980a53a7092d1ca67c5aaa24cf5))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* package is ESM-only (CJS/UMD entry points removed)
10+
* unpackBitmasks now throws PermaskError on invalid input
11+
* createPermask().create now throws PermaskError for unknown groups
12+
113
## [2.1.1](https://github.com/dschewchenko/permask/compare/v2.1.0...v2.1.1) (2025-07-06)
214

315

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.1",
3+
"version": "3.0.0",
44
"type": "module",
55
"description": "A lightweight utility library for managing permission bitmasks with groups and access levels",
66
"workspaces": [

0 commit comments

Comments
 (0)