Merge pull request #116 from dan-claude-bot/release/0.1.1

release: 0.1.1
This commit is contained in:
Daniel Marin 2026-07-20 00:03:50 +01:00 committed by GitHub
commit 2f30105b6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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" },