diff --git a/.changeset/eight-suits-provide.md b/.changeset/eight-suits-provide.md deleted file mode 100644 index 6ec465d..0000000 --- a/.changeset/eight-suits-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": minor ---- - -Migrate to tsdown to fix dts output diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a48eca..e1aad27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # typescript-eslint-parser-for-extra-files +## 0.9.0 + +### Minor Changes + +- [#146](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/146) [`7d42b06`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/7d42b0639a2393999dabc630ee940211625ae336) Thanks [@lishaduck](https://github.com/lishaduck)! - Migrate to tsdown to fix dts output + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index 5910680..c21a38f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser-for-extra-files", - "version": "0.8.0", + "version": "0.9.0", "type": "module", "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": {