diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11fdc4b..b156549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 5040226..10bbce0 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to `@workspacejson/spec` are documented here. ## Unreleased -## [0.3.0] - 2026-05-22 +## [0.3.0] - 2026-05-12 ### Breaking changes - Schema shape changed to four-property structure: `manual`, `generated`, `agents`, `health`.