File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed
Expand file tree Collapse file tree 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
12
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
26
37## v0.1.1 (2021-12-09)
48
59#### :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
712
813## v0.1.0 (2021-11-30)
914
1015#### :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 ) )
1218
1319#### Committers: 1
14- - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
1520
21+ - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
1622
1723## v0.0.2 (2021-08-19)
1824
1925#### :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 ) )
2128
2229#### Committers: 1
23- - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
2430
31+ - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
Original file line number Diff line number Diff line change 44 * in order to update its content execute "pnpm run update"
55 */
66export 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 11{
22 "name" : " @intlify/eslint-plugin-svelte" ,
33 "description" : " ESLint plugin for internationalization with Svelte" ,
4- "version" : " 0.2 .0" ,
4+ "version" : " 0.3 .0" ,
55 "publishConfig" : {
66 "access" : " public"
77 },
You can’t perform that action at this time.
0 commit comments