diff --git a/.changeset/slow-numbers-invite.md b/.changeset/slow-numbers-invite.md deleted file mode 100644 index 366499a4..00000000 --- a/.changeset/slow-numbers-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": minor ---- - -Add a rule that warns against removing `unsafeDisableTooltip` prop diff --git a/CHANGELOG.md b/CHANGELOG.md index d4aa692a..5cf457a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-primer-react +## 5.3.0 + +### Minor Changes + +- [#185](https://github.com/primer/eslint-plugin-primer-react/pull/185) [`fea642d`](https://github.com/primer/eslint-plugin-primer-react/commit/fea642d79982e36729262ec55d6e291780ca6160) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Add a rule that warns against removing `unsafeDisableTooltip` prop + ## 5.2.1 ### Patch Changes diff --git a/package.json b/package.json index c0b6c8f0..de417212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "5.2.1", + "version": "5.3.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {