diff --git a/.changeset/itchy-toes-tell.md b/.changeset/itchy-toes-tell.md deleted file mode 100644 index 6f2eabcf..00000000 --- a/.changeset/itchy-toes-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -fix: crash with plain `this` attribute. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dcabbab..087288a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.26.1 + +### Patch Changes + +- [#316](https://github.com/sveltejs/svelte-eslint-parser/pull/316) [`501c1b4`](https://github.com/sveltejs/svelte-eslint-parser/commit/501c1b474c14ab3d1655391bacc16c300493cf1c) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: crash with plain `this` attribute. + ## 0.26.0 ### Minor Changes diff --git a/package.json b/package.json index f521f9d8..7e40415f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.26.0", + "version": "0.26.1", "description": "Svelte parser for ESLint", "repository": "git+https://github.com/sveltejs/svelte-eslint-parser.git", "homepage": "https://github.com/sveltejs/svelte-eslint-parser#readme",