Skip to content

Commit eb5c074

Browse files
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.3...v1.14.0) (2024-05-08) ### Features * **permissions:** Add new operators '$storage', '$database', '$array', '$index' ([cdbc51f](cdbc51f))
1 parent cdbc51f commit eb5c074

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+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.13.3...v1.14.0) (2024-05-08)
2+
3+
4+
### Features
5+
6+
* **permissions:** Add new operators '$storage', '$database', '$array', '$index' ([cdbc51f](https://github.com/CoCreate-app/CoCreate-authorize/commit/cdbc51f095b93df079f73f837fad21870f13882c))
7+
18
## [1.13.3](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.13.2...v1.13.3) (2024-02-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": "@cocreate/authorize",
3-
"version": "1.13.3",
3+
"version": "1.14.0",
44
"description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"authorize",

0 commit comments

Comments
 (0)