diff --git a/.changeset/itchy-seas-sort.md b/.changeset/itchy-seas-sort.md deleted file mode 100644 index 498e1ea..0000000 --- a/.changeset/itchy-seas-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": patch ---- - -fix: svelte type diff --git a/CHANGELOG.md b/CHANGELOG.md index ab907eb..b490fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # typescript-eslint-parser-for-extra-files +## 0.1.4 + +### Patch Changes + +- [#19](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/19) [`2f63cdc`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/2f63cdcdd2e8ec9915e066015c4fac1bad39b000) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: svelte type + ## 0.1.3 ### Patch Changes diff --git a/package.json b/package.json index 8581fc1..e87936e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser-for-extra-files", - "version": "0.1.3", + "version": "0.1.4", "description": "An experimental ESLint custom parser for Vue, Svelte, and Astro for use with TypeScript. It provides type information in combination with each framework's ESLint custom parser.", "repository": "git+https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files.git", "homepage": "https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files#readme",