diff --git a/.changeset/cyan-bugs-cross.md b/.changeset/cyan-bugs-cross.md deleted file mode 100644 index 2cf1cae1..00000000 --- a/.changeset/cyan-bugs-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/stylelint-config": patch ---- - -New rule: safegaurd alpha `display` color tokens diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3406f2..a7baf2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 12.9.2 + +### Patch Changes + +- [#388](https://github.com/primer/stylelint-config/pull/388) [`43b1066`](https://github.com/primer/stylelint-config/commit/43b10662c9f48837069690751f42eed1359c7372) Thanks [@langermank](https://github.com/langermank)! - New rule: safegaurd alpha `display` color tokens + ## 12.9.1 ### Patch Changes diff --git a/package.json b/package.json index 4afaef5e..a92c06b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/stylelint-config", - "version": "12.9.1", + "version": "12.9.2", "description": "Sharable stylelint config used by GitHub's CSS", "homepage": "http://primer.style/css/tools/linting", "author": "GitHub, Inc.",