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 ## Unreleased
## 0.1.1 — 2026-07-19
### Fixed ### Fixed
- **The release ceremony re-arms the changelog, and CI notices when it - **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", "name": "cast",
"version": "0.1.1-dev", "version": "0.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cast", "name": "cast",
"version": "0.1.1-dev", "version": "0.1.1",
"dependencies": { "dependencies": {
"yaml": "^2.5.0", "yaml": "^2.5.0",
"zod": "^3.25.76" "zod": "^3.25.76"

View file

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