Skip to content

Commit 29261f5

Browse files
authored
Merge pull request #3 from softnetics/changeset-release/main
Version Packages
2 parents 838b760 + 09e00d9 commit 29261f5

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/cuddly-berries-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @softnetics/rbac
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#2](https://github.com/softnetics/rbac/pull/2) [`2e29f8f`](https://github.com/softnetics/rbac/commit/2e29f8f08eb9dcfe488379902c1ead49b8efd0e3) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add isValidIdentity method for identity type-checking
8+
39
## 1.0.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softnetics/rbac",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "O(1) type safe role based access control",
55
"packageManager": "yarn@1.22.19",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)