diff --git a/.changeset/bright-moles-attack.md b/.changeset/bright-moles-attack.md deleted file mode 100644 index 7e0f7c95ca..0000000000 --- a/.changeset/bright-moles-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Update js-yaml to address security vulnerabilities. diff --git a/CHANGELOG.md b/CHANGELOG.md index 431e0309b7..2755e313d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/css +## 22.3.1 + +### Patch Changes + +- [#3169](https://github.com/primer/css/pull/3169) [`553066d`](https://github.com/primer/css/commit/553066d582a7fcc7150aeafbab4d055c3f61dba7) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update js-yaml to address security vulnerabilities. + ## 22.3.0 ### Minor Changes diff --git a/package.json b/package.json index 39d99979ba..08377bebe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "22.3.0", + "version": "22.3.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",