Skip to content

Commit 1203388

Browse files
chore(main): release 4.0.0 (#781)
* chore(main): release 4.0.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bruce Felt <bruce.felt@gmail.com>
1 parent 3f253aa commit 1203388

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.2"
2+
".": "4.0.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/freakyfelt/could-could/compare/v3.0.2...v4.0.0) (2025-06-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* set minimum Node suppor to v20.17 ([#780](https://github.com/freakyfelt/could-could/issues/780))
9+
10+
### Bug Fixes
11+
12+
* **deps:** bump lru-cache from 11.0.1 to 11.0.2 ([#568](https://github.com/freakyfelt/could-could/issues/568)) ([28fa647](https://github.com/freakyfelt/could-could/commit/28fa647a49fcb09556973a8f818b4725185e4e40))
13+
* **deps:** bump lru-cache from 11.0.2 to 11.1.0 ([#695](https://github.com/freakyfelt/could-could/issues/695)) ([9aeaf95](https://github.com/freakyfelt/could-could/commit/9aeaf95d660cc6bfe03c277f6cfa633cef5d5108))
14+
* set minimum Node suppor to v20.17 ([#780](https://github.com/freakyfelt/could-could/issues/780)) ([3f253aa](https://github.com/freakyfelt/could-could/commit/3f253aadce98b6966f6d9ad305e9864e3716633c))
15+
316
## [3.0.2](https://github.com/freakyfelt/could-could/compare/v3.0.1...v3.0.2) (2024-09-09)
417

518

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