diff --git a/.changeset/cold-months-wash.md b/.changeset/cold-months-wash.md deleted file mode 100644 index fd58e9f..0000000 --- a/.changeset/cold-months-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"treeground": minor ---- - -feat: add remove grammar button diff --git a/.changeset/olive-moons-promise.md b/.changeset/olive-moons-promise.md deleted file mode 100644 index 7dfb2ae..0000000 --- a/.changeset/olive-moons-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"treeground": patch ---- - -fix: do not parse on highlighter change diff --git a/CHANGELOG.md b/CHANGELOG.md index d185b9d..167037f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # treeground +## 0.2.0 + +### Minor Changes + +- 5318450: feat: add remove grammar button + +### Patch Changes + +- 278dbc5: fix: do not parse on highlighter change + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 65f965f..04acb42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "treeground", - "version": "0.1.0", + "version": "0.2.0", "description": "An interactive Tree-Sitter playground", "author": "Al Mahdi", "license": "MIT",