Skip to content

Commit f5e1515

Browse files
committed
docs(changelog): log Effect beta.57 bump and .references/ gitignore
1 parent 7145f89 commit f5e1515

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project are documented in this file. The format is b
1111

1212
### Changed
1313

14+
- Bumped `effect` and `@effect/vitest` from `4.0.0-beta.47` to `4.0.0-beta.57` (dependency, peer, override, and README install snippets). All 250 tests and `tsgo` pass without any Effect-code changes.
1415
- `build` and `check` scripts now invoke `bunx --bun vp …` instead of bare `vp …`. The `vp` binary's Node shebang can't load the TypeScript `vite.config.ts`; running it under Bun fixes `bun run check` locally without any CI impact.
1516

1617
### Removed
@@ -20,6 +21,7 @@ All notable changes to this project are documented in this file. The format is b
2021
### Fixed
2122

2223
- Bun version pinning drift in `AGENTS.md` (`bun@1.3.11``bun@1.3.12`, matching `package.json` and CI).
24+
- Added `.references/` to `.gitignore` so local Effect source clones used for skill lookups aren't scanned by `vp check` / linted as project code.
2325

2426
## [0.1.1] — Effect beta.47 compatibility
2527

0 commit comments

Comments
 (0)