diff --git a/.changeset/unified-search-bar.md b/.changeset/unified-search-bar.md deleted file mode 100644 index 4f0b43c1..00000000 --- a/.changeset/unified-search-bar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"json-schema-studio": minor ---- - -Add unified search bar that highlights matching graph nodes and corresponding editor code diff --git a/CHANGELOG.md b/CHANGELOG.md index ace27be4..a8b5b04f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # json-schema-studio +## 0.8.0 + +### Minor Changes + +- a173afb: Add unified search bar that highlights matching graph nodes and corresponding editor code + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index cf76d9e9..3b4258f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-studio", - "version": "0.7.0", + "version": "0.8.0", "type": "module", "homepage": "studio.ioflux.org", "repository": "https://github.com/ioflux-org/studio-json-schema",