Skip to content

Commit 0236080

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-03-08) ### Features * **policy-resolver:** use an LRU cache instead of a map ([03ad4f7](03ad4f7)) * **store:** add concept of policy statement groups ([#71](#71)) ([094e2e3](094e2e3)) * use an event emitter to invalidate caches ([032ac8d](032ac8d))
1 parent 9c77aae commit 0236080

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freakyfelt/could-could",
3-
"version": "2.0.0-RC1",
3+
"version": "1.1.0",
44
"description": "An authorization library built on top of JsonLogic",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)