We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f3fab commit 054447dCopy full SHA for 054447d
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+
3
+## v0.1.1 (2021-12-09)
4
5
+#### :bug: Bug Fixes
6
+* [#6](https://github.com/intlify/eslint-plugin-svelte/pull/6) Update parser
7
8
## v0.1.0 (2021-11-30)
9
10
#### :star: Features
package.json
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-svelte",
"description": "ESLint plugin for internationalization with Svelte",
- "version": "0.1.0",
+ "version": "0.1.1",
"publishConfig": {
"access": "public"
},
0 commit comments