File tree 4 files changed +14
-12
lines changed
4 files changed +14
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ## 0.3.0
1
2
3
+ ### Minor Changes
4
+
5
+ - [ #9 ] ( https://github.com/intlify/eslint-plugin-svelte/pull/9 ) [ ` a311f0e ` ] ( https://github.com/intlify/eslint-plugin-svelte/commit/a311f0e37616823655a110972ea6978104d0df9e ) Thanks [ @ccdexcom ] ( https://github.com/ccdexcom ) ! - Apply rule against root-level strings
2
6
3
7
## v0.1.1 (2021-12-09)
4
8
5
9
#### :bug : Bug Fixes
6
- * [ #6 ] ( https://github.com/intlify/eslint-plugin-svelte/pull/6 ) Update parser
10
+
11
+ - [ #6 ] ( https://github.com/intlify/eslint-plugin-svelte/pull/6 ) Update parser
7
12
8
13
## v0.1.0 (2021-11-30)
9
14
10
15
#### :star : Features
11
- * [ #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 ) )
16
+
17
+ - [ #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 ) )
12
18
13
19
#### Committers: 1
14
- - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
15
20
21
+ - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
16
22
17
23
## v0.0.2 (2021-08-19)
18
24
19
25
#### :star : Features
20
- * [ #2 ] ( https://github.com/intlify/eslint-plugin-svelte/pull/2 ) Add support for eslint v8 ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
26
+
27
+ - [ #2 ] ( https://github.com/intlify/eslint-plugin-svelte/pull/2 ) Add support for eslint v8 ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
21
28
22
29
#### Committers: 1
23
- - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
24
30
31
+ - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
Original file line number Diff line number Diff line change 4
4
* in order to update its content execute "pnpm run update"
5
5
*/
6
6
export const name = '@intlify/eslint-plugin-svelte' as const
7
- export const version = '0.2 .0' as const
7
+ export const version = '0.3 .0' as const
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intlify/eslint-plugin-svelte" ,
3
3
"description" : " ESLint plugin for internationalization with Svelte" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
You can’t perform that action at this time.
0 commit comments