We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be03d86 commit 737f966Copy full SHA for 737f966
.changeset/young-roses-peel.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# eslint-plugin-vue-scoped-css
2
3
+## 2.4.0
4
+
5
+### Minor Changes
6
7
+- feat: improved tracking of js expression values ([#260](https://github.com/future-architect/eslint-plugin-vue-scoped-css/pull/260))
8
9
## 2.3.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue-scoped-css",
- "version": "2.3.0",
+ "version": "2.4.0",
"description": "ESLint plugin for Scoped CSS in Vue.js",
"main": "dist/index.js",
"scripts": {
0 commit comments