diff --git a/.changeset/good-colts-jam.md b/.changeset/good-colts-jam.md deleted file mode 100644 index 48f1735b..00000000 --- a/.changeset/good-colts-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix: autoprefix giving a warning about align-content diff --git a/CHANGELOG.md b/CHANGELOG.md index 395e161d..199309a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/css +## 20.4.1 + +### Patch Changes + +- [#2178](https://github.com/primer/css/pull/2178) [`2df59776`](https://github.com/primer/css/commit/2df5977613d4b196e0eb08c49f290d18f74dd412) Thanks [@jonrohan](https://github.com/jonrohan)! - Fix: autoprefix giving a warning about align-content + ## 20.4.0 ### Minor Changes diff --git a/package.json b/package.json index 12dbb8c9..6ec49cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.4.0", + "version": "20.4.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",