diff --git a/.changeset/angry-gorillas-help.md b/.changeset/angry-gorillas-help.md deleted file mode 100644 index e0e2712c7..000000000 --- a/.changeset/angry-gorillas-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-svelte": patch ---- - -fix: disable no-self-assign rule (take2) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c434c389..5c0965cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-svelte +## 2.27.3 + +### Patch Changes + +- [#461](https://github.com/sveltejs/eslint-plugin-svelte/pull/461) [`295091b`](https://github.com/sveltejs/eslint-plugin-svelte/commit/295091ba5808a4d2828d4cb4a6d6aaff36515b66) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: disable no-self-assign rule (take2) + ## 2.27.2 ### Patch Changes diff --git a/package.json b/package.json index 9a21d7aeb..b79ef44a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-svelte", - "version": "2.27.2", + "version": "2.27.3", "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",