We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5a180 commit 9d14d7dCopy full SHA for 9d14d7d
CHANGELOG.md
@@ -1,4 +1,13 @@
1
2
+## v0.1.0 (2021-11-30)
3
+
4
+#### :star: Features
5
+* [#4](https://github.com/intlify/eslint-plugin-svelte/pull/4) Add `attributes` option to `no-raw-text` rule ([@ota-meshi](https://github.com/ota-meshi))
6
7
+#### Committers: 1
8
+- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
9
10
11
## v0.0.2 (2021-08-19)
12
13
#### :star: Features
package.json
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-svelte",
"description": "ESLint plugin for internationalization with Svelte",
- "version": "0.0.2",
+ "version": "0.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments