diff --git a/.changeset/curvy-toes-laugh.md b/.changeset/curvy-toes-laugh.md deleted file mode 100644 index ff36b7e7..00000000 --- a/.changeset/curvy-toes-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/language-service": minor ---- - -Generate a root `schema.json` for `tsconfig.json` plugin configuration, add typed Effect Language Service plugin options to that schema, and have `effect-language-service setup` add or remove the matching `$schema` entry automatically. diff --git a/.changeset/green-keys-drum.md b/.changeset/green-keys-drum.md deleted file mode 100644 index 7250b6fe..00000000 --- a/.changeset/green-keys-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/language-service": minor ---- - -Add inline `--lspconfig` support to the `effect-language-service diagnostics` CLI command so diagnostics runs can override the project plugin configuration without editing `tsconfig.json`. diff --git a/packages/language-service/CHANGELOG.md b/packages/language-service/CHANGELOG.md index 55995926..45ec3d59 100644 --- a/packages/language-service/CHANGELOG.md +++ b/packages/language-service/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect/language-service +## 0.80.0 + +### Minor Changes + +- [#681](https://github.com/Effect-TS/language-service/pull/681) [`1017a54`](https://github.com/Effect-TS/language-service/commit/1017a5443b2e6919f18e57afb86373ba825037c9) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Generate a root `schema.json` for `tsconfig.json` plugin configuration, add typed Effect Language Service plugin options to that schema, and have `effect-language-service setup` add or remove the matching `$schema` entry automatically. + +- [#679](https://github.com/Effect-TS/language-service/pull/679) [`3664197`](https://github.com/Effect-TS/language-service/commit/3664197f271012d001f6074d40c5303826d632ce) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add inline `--lspconfig` support to the `effect-language-service diagnostics` CLI command so diagnostics runs can override the project plugin configuration without editing `tsconfig.json`. + ## 0.79.0 ### Minor Changes diff --git a/packages/language-service/package.json b/packages/language-service/package.json index 3391fc25..fcb7d271 100644 --- a/packages/language-service/package.json +++ b/packages/language-service/package.json @@ -1,6 +1,6 @@ { "name": "@effect/language-service", - "version": "0.79.0", + "version": "0.80.0", "publishConfig": { "access": "public", "directory": "dist"