release: 0.1.1 #116

Merged
dan-claude-bot merged 1 commit from release/0.1.1 into main 2026-07-19 23:03:51 +00:00
3 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@ actually cutting it, and this file starts there.
## Unreleased
## 0.1.1 — 2026-07-19
### Fixed
- **The release ceremony re-arms the changelog, and CI notices when it

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "cast",
"version": "0.1.1-dev",
"version": "0.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cast",
"version": "0.1.1-dev",
"version": "0.1.1",
"dependencies": {
"yaml": "^2.5.0",
"zod": "^3.25.76"

View file

@ -1,6 +1,6 @@
{
"name": "cast",
"version": "0.1.1-dev",
"version": "0.1.1",
"type": "module",
"private": true,
"engines": { "node": ">=22.12.0" },