diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f0ead..c636f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +## v0.1.0 (2021-11-30) + +#### :star: Features +* [#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)) + +#### Committers: 1 +- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi)) + + ## v0.0.2 (2021-08-19) #### :star: Features diff --git a/package.json b/package.json index 3a226fc..d7604be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@intlify/eslint-plugin-svelte", "description": "ESLint plugin for internationalization with Svelte", - "version": "0.0.2", + "version": "0.1.0", "publishConfig": { "access": "public" },