diff --git a/.changeset/add-grammar-package.md b/.changeset/add-grammar-package.md deleted file mode 100644 index 710fe76..0000000 --- a/.changeset/add-grammar-package.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ecss/grammar': minor ---- - -Initial release of `@ecss/grammar` — the shared ECSS TextMate grammar (`source.ecss`), used by both the VS Code extension and the documentation site so highlighting lives in a single place. diff --git a/packages/grammar/CHANGELOG.md b/packages/grammar/CHANGELOG.md new file mode 100644 index 0000000..295c2b2 --- /dev/null +++ b/packages/grammar/CHANGELOG.md @@ -0,0 +1,7 @@ +# @ecss/grammar + +## 0.2.0 + +### Minor Changes + +- 3e94e79: Initial release of `@ecss/grammar` — the shared ECSS TextMate grammar (`source.ecss`), used by both the VS Code extension and the documentation site so highlighting lives in a single place. diff --git a/packages/grammar/package.json b/packages/grammar/package.json index 4890325..ed799f2 100644 --- a/packages/grammar/package.json +++ b/packages/grammar/package.json @@ -1,6 +1,6 @@ { "name": "@ecss/grammar", - "version": "0.1.0", + "version": "0.2.0", "description": "ECSS TextMate grammar — syntax-highlighting rules for .ecss files, shared by the VS Code extension and the docs site.", "keywords": [ "ecss",