Skip to content

Commit e439ff0

Browse files
committed
chore(release): 1.1.0 [skip ci]
* **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 e439ff0

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branches": ["main", "next"],
2+
"branches": ["main", { "name": "next", "prelease": "rc" }],
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",

package-lock.json

Lines changed: 33 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: 2 additions & 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": "2.0.0-rc.2",
44
"description": "An authorization library built on top of JsonLogic",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -30,6 +30,7 @@
3030
"lru-cache": "^7.18.1"
3131
},
3232
"devDependencies": {
33+
"@semantic-release/changelog": "^6.0.2",
3334
"@semantic-release/commit-analyzer": "^9.0.2",
3435
"@semantic-release/git": "^10.0.1",
3536
"@semantic-release/github": "^8.0.7",

0 commit comments

Comments
 (0)