Skip to content

Commit bdfeb70

Browse files
chore: release @intlify/eslint-plugin-svelte (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 77687dc commit bdfeb70

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.changeset/moody-adults-camp.md

-5
This file was deleted.

CHANGELOG.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
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))

lib/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* in order to update its content execute "pnpm run update"
55
*/
66
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
},

0 commit comments

Comments
 (0)