diff --git a/.changeset/funny-kings-allow.md b/.changeset/funny-kings-allow.md deleted file mode 100644 index 8234a56b..00000000 --- a/.changeset/funny-kings-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -Update `new-color-css-vars` to exclude scale colors diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d6baea..7b3406f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.9.1 + +### Patch Changes + +- [#382](https://github.com/primer/stylelint-config/pull/382) [`2cbe3be`](https://github.com/primer/stylelint-config/commit/2cbe3be3cecb4d7e0a9d0ad2be32ebcaceb063a5) Thanks [@langermank](https://github.com/langermank)! - Update `new-color-css-vars` to exclude scale colors + ## 12.9.0 ### Minor Changes diff --git a/package.json b/package.json index 654adb81..4afaef5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "12.9.0", + "version": "12.9.1", "description": "Sharable stylelint config used by GitHub's CSS", "homepage": "http://primer.style/css/tools/linting", "author": "GitHub, Inc.",