We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9c27b commit 7c98900Copy full SHA for 7c98900
2 files changed
.github/workflows/release.yml
@@ -27,7 +27,6 @@ jobs:
27
with:
28
node-version: 24
29
cache: npm
30
- registry-url: https://registry.npmjs.org
31
32
- name: Install dependencies
33
run: npm ci
@@ -42,5 +41,3 @@ jobs:
42
41
run: npm run release
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
- NPM_TOKEN: ""
46
- NODE_AUTH_TOKEN: ""
CHANGELOG.md
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- The `content-type` rule now allows other non-JSON content, but still demands all JSON requests/responses use `application/vnd.api+json`.
13
14
-## [2.0.1] - 2026-03-15
+## [2.0.0] - 2026-04-01
15
16
### Added
17
- Created TypeScript version of the ruleset. YAML still available.
0 commit comments