Merge pull request #116 from dan-claude-bot/release/0.1.1
release: 0.1.1
This commit is contained in:
commit
2f30105b6e
3 changed files with 5 additions and 3 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cast",
|
||||
"version": "0.1.1-dev",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"engines": { "node": ">=22.12.0" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue