diff --git a/.changeset/quick-yaks-reflect.md b/.changeset/quick-yaks-reflect.md deleted file mode 100644 index f2f41ed..0000000 --- a/.changeset/quick-yaks-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": minor ---- - -feat: export name property diff --git a/.changeset/violet-peaches-juggle.md b/.changeset/violet-peaches-juggle.md deleted file mode 100644 index 8e147b3..0000000 --- a/.changeset/violet-peaches-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"typescript-eslint-parser-for-extra-files": minor ---- - -feat: support for boolean project option diff --git a/CHANGELOG.md b/CHANGELOG.md index b490fa8..33d4b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # typescript-eslint-parser-for-extra-files +## 0.2.0 + +### Minor Changes + +- [#29](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/29) [`fa10512`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/fa10512d2a88b890671d39a85b87c5ab7e3d1960) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: export name property + +- [#30](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/pull/30) [`d0d7347`](https://github.com/ota-meshi/typescript-eslint-parser-for-extra-files/commit/d0d7347fd5efa8a3986134ea8bac2e2703eeaace) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: support for boolean project option + ## 0.1.4 ### Patch Changes diff --git a/package.json b/package.json index 35302f5..ab02d52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-eslint-parser-for-extra-files", - "version": "0.1.4", + "version": "0.2.0", "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",