diff --git a/.changeset/two-lamps-behave.md b/.changeset/two-lamps-behave.md deleted file mode 100644 index 1dba6562..00000000 --- a/.changeset/two-lamps-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-eslint-parser": patch ---- - -chore: move repo and move url of docs diff --git a/CHANGELOG.md b/CHANGELOG.md index c250d3cc..557bac08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-eslint-parser +## 0.25.1 + +### Patch Changes + +- [#309](https://github.com/sveltejs/svelte-eslint-parser/pull/309) [`97a4135`](https://github.com/sveltejs/svelte-eslint-parser/commit/97a4135c3c2fb733a4a33106ec2414c5f37dfd93) Thanks [@ota-meshi](https://github.com/ota-meshi)! - chore: move repo and move url of docs + ## 0.25.0 ### Minor Changes diff --git a/package.json b/package.json index b4cd7284..de5badb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-eslint-parser", - "version": "0.25.0", + "version": "0.25.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",