diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..66fea40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# 4.0.0 (2023-12-14) + + +### Features + +* add entry types ([ef0e71e](https://github.com/stylelint-types/stylelint-scales/commit/ef0e71e217bb7464d345281eb6449245ec118719)) +* add `scales/*` rules ([2431829](https://github.com/stylelint-types/stylelint-scales/commit/2431829377768b52e0bc9b6f457deb88ecc3e537)) + + + diff --git a/package.json b/package.json index d733748..efcff59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stylelint-types/stylelint-scales", "type": "module", - "version": "0.0.0", + "version": "4.0.0", "packageManager": "pnpm@8.11.0", "description": "TypeScript definitions for stylelint-define-config", "author": "pengzhanbo (https://github.com/pengzhanbo)",