diff --git a/.changeset/orange-dragons-train.md b/.changeset/orange-dragons-train.md deleted file mode 100644 index b26dd8734..000000000 --- a/.changeset/orange-dragons-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@compiled/eslint-plugin': patch ---- - -Fix edge case where no-css-prop-without-css-function crashes diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index c442a80bf..ee424d64d 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @compiled/eslint-plugin +## 0.9.2 + +### Patch Changes + +- 28c927c1: Fix edge case where no-css-prop-without-css-function crashes + ## 0.9.1 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 8a6017b0a..0c3c4f5cc 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@compiled/eslint-plugin", - "version": "0.9.1", + "version": "0.9.2", "description": "A familiar and performant compile time CSS-in-JS library for React.", "homepage": "https://compiledcssinjs.com/docs/pkg-eslint-plugin", "bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",