diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 427f1cbe..3b1451f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,6 @@ jobs: with: node-version: 24 cache: npm - registry-url: https://registry.npmjs.org - name: Install dependencies run: npm ci @@ -42,5 +41,3 @@ jobs: run: npm run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: "" - NODE_AUTH_TOKEN: "" diff --git a/CHANGELOG.md b/CHANGELOG.md index 11192dbc..b796b192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `content-type` rule now allows other non-JSON content, but still demands all JSON requests/responses use `application/vnd.api+json`. -## [2.0.1] - 2026-03-15 +## [2.0.0] - 2026-04-01 ### Added - Created TypeScript version of the ruleset. YAML still available.