diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c68c4..e36adff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.6.2] - 2026-04-06 + +### Fixed +- **npm publish authentication** — replaced custom composite `setup-node` action with `actions/setup-node@v6` directly in the publish workflow, fixing `ENEEDAUTH` error that prevented v0.6.0 and v0.6.1 from publishing to npm +- TypeScript 6 peer dependency overrides for `@astrojs/check`, `@astrojs/language-server`, and `cosmiconfig-typescript-loader` +- Dependency security updates + ## [0.6.1] - 2026-04-04 ### Fixed diff --git a/package-lock.json b/package-lock.json index 52c63dc..4f69627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@forgespace/brand-guide", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@forgespace/brand-guide", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "@forgespace/branding-mcp": "^0.55.3" diff --git a/package.json b/package.json index f7c1703..11fbc6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@forgespace/brand-guide", - "version": "0.6.1", + "version": "0.6.2", "description": "Forge Space brand identity — types, tokens, and theme constants for cross-project consumption", "type": "module", "main": "./dist-lib/index.js",