diff --git a/.changeset/heavy-crabs-wait.md b/.changeset/heavy-crabs-wait.md deleted file mode 100644 index c1751aaa9..000000000 --- a/.changeset/heavy-crabs-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": minor ---- - -chore: move repo and move url of rule docs diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b3c0f85..669485b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-svelte +## 2.25.0 + +### Minor Changes + +- [#428](https://github.com/sveltejs/eslint-plugin-svelte/pull/428) [`89925ea`](https://github.com/sveltejs/eslint-plugin-svelte/commit/89925eaf45b94b91e0c0c37fa754652f807e225d) Thanks [@ota-meshi](https://github.com/ota-meshi)! - chore: move repo and move url of rule docs + ## 2.24.0 ### Minor Changes diff --git a/package.json b/package.json index 2393ffef5..87cfb5d81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-svelte", - "version": "2.24.0", + "version": "2.25.0", "description": "ESLint plugin for Svelte using AST", "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git", "homepage": "https://sveltejs.github.io/eslint-plugin-svelte",