Skip to content

Commit fb5bf3b

Browse files
semantic-release-botfreakyfelt
authored andcommitted
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2023-03-08) * feat!: rewrite to simpler interface ([167d5f3](167d5f3)) ### Features * **policy-resolver:** use an LRU cache instead of a map ([9fac528](9fac528)) * **store:** add concept of policy statement groups ([#71](#71)) ([67dc8c2](67dc8c2)) * use an event emitter to invalidate caches ([15363f7](15363f7)) ### BREAKING CHANGES * the 2.x interface drops environments and resource types
1 parent 9d92fb5 commit fb5bf3b

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": "1.0.0",
3+
"version": "2.0.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)