We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614e02f commit b7e61e7Copy full SHA for b7e61e7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.4.6
4
+
5
+- Ignore cypress test files (#39)
6
7
## 0.4.5
8
9
- Allow `TaggedTemplateExpression` for styled components (fixes #32)
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-refresh",
- "version": "0.4.5",
+ "version": "0.4.6",
"type": "module",
"license": "MIT",
"scripts": {
0 commit comments