Skip to content

Commit 9d14d7d

Browse files
authored
minor release v0.1.0 (#5)
1 parent 7a5a180 commit 9d14d7d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

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+
211
## v0.0.2 (2021-08-19)
312

413
#### :star: Features

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.0.2",
4+
"version": "0.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)