Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ From v1.0.0 onward this file is generated automatically by
[release-please](https://github.com/googleapis/release-please) from
[Conventional Commits](https://www.conventionalcommits.org/) — do not edit it by hand.

## [1.0.1](https://github.com/edycutjong/overrule/compare/v1.0.0...v1.0.1) (2026-08-17)


### Bug Fixes

* **ci:** drop the duplicated scope from dependabot commit prefixes ([276c7df](https://github.com/edycutjong/overrule/commit/276c7df12ec70d4462be1bb621f0d36c9a5b745a))
* **ci:** stop interpolating the release-please PR blob into the shell ([9bd890b](https://github.com/edycutjong/overrule/commit/9bd890b2e6e4f84f9f27b65b8af214f070769f8b))


### Build System

* **deps:** slow dependabot to monthly, grouped, no major bumps ([b4fb217](https://github.com/edycutjong/overrule/commit/b4fb2173216de5d89a3b5123956a682544fa1059))


### CI/CD

* **deploy:** ship the /verify dashboard to Vercel production on main ([7d5c939](https://github.com/edycutjong/overrule/commit/7d5c93993acdae092ce335122a64d6cbf8b152b3))
* **release:** automate versioning with release-please ([fe0b7f4](https://github.com/edycutjong/overrule/commit/fe0b7f401ec9c4cf80f6d0a50945f107846c3302))
* **release:** retry release-please once when the GitHub API 5xxs ([ebdc9c7](https://github.com/edycutjong/overrule/commit/ebdc9c788502e87c19097e14ac4b9919aef83091))
* **security:** scan the full git history for secrets with gitleaks ([7ab9a5a](https://github.com/edycutjong/overrule/commit/7ab9a5a4448082928f1c1a5f9c591c07894df69a))

## 1.0.0 (2026-08-18)

Initial public release: the offline Overrule core as submitted.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overrule/core",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Overrule offline-testable core: decision ledger, case state machine, mandate middleware, docket engine, redaction, agent pipeline. All fixtures SYNTHETIC.",
"type": "module",
Expand Down