diff --git a/.changeset/swift-ads-type.md b/.changeset/swift-ads-type.md deleted file mode 100644 index e7394f1e3..000000000 --- a/.changeset/swift-ads-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -feat(html-self-closing): add configuration presets diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..90934e919 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# eslint-plugin-svelte + +## 2.6.0 + +### Minor Changes + +- [#216](https://github.com/ota-meshi/eslint-plugin-svelte/pull/216) [`9d122ea`](https://github.com/ota-meshi/eslint-plugin-svelte/commit/9d122eaee577ffb846051b7cad15f515dbbb2ccb) Thanks [@marekvospel](https://github.com/marekvospel)! - feat(html-self-closing): add configuration presets diff --git a/package.json b/package.json index 2a645e3b3..2e4e144dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-svelte", - "version": "2.5.0", + "version": "2.6.0", "description": "ESLint plugin for Svelte using AST", "repository": "git+https://github.com/ota-meshi/eslint-plugin-svelte.git", "homepage": "https://ota-meshi.github.io/eslint-plugin-svelte",