diff --git a/.changeset/cuddly-needles-cry.md b/.changeset/cuddly-needles-cry.md deleted file mode 100644 index 792889ef..00000000 --- a/.changeset/cuddly-needles-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"groqd": patch ---- - -Add rawResponse on GroqdParseError diff --git a/.changeset/small-mayflies-switch.md b/.changeset/small-mayflies-switch.md deleted file mode 100644 index ac4cbfcb..00000000 --- a/.changeset/small-mayflies-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"groqd-playground": patch ---- - -Better error highlighting diff --git a/packages/groqd-playground/CHANGELOG.md b/packages/groqd-playground/CHANGELOG.md index e432a340..c2c21aae 100644 --- a/packages/groqd-playground/CHANGELOG.md +++ b/packages/groqd-playground/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.0.12 + +### Patch Changes + +- Better error highlighting ([#168](https://github.com/FormidableLabs/groqd/pull/168)) + +- Updated dependencies [[`b77bdfb`](https://github.com/FormidableLabs/groqd/commit/b77bdfbb2f5da460d31f1cbe66ab15445da7acfe)]: + - groqd@0.15.4 + ## 0.0.11 ### Patch Changes diff --git a/packages/groqd-playground/package.json b/packages/groqd-playground/package.json index feba9941..274fde74 100644 --- a/packages/groqd-playground/package.json +++ b/packages/groqd-playground/package.json @@ -2,7 +2,7 @@ "name": "groqd-playground", "private": false, "license": "MIT", - "version": "0.0.11", + "version": "0.0.12", "author": { "name": "Formidable", "url": "https://formidable.com" diff --git a/packages/groqd/CHANGELOG.md b/packages/groqd/CHANGELOG.md index 72c8e01f..37888c8d 100644 --- a/packages/groqd/CHANGELOG.md +++ b/packages/groqd/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.15.4 + +### Patch Changes + +- Add rawResponse on GroqdParseError ([#166](https://github.com/FormidableLabs/groqd/pull/166)) + ## 0.15.3 ### Patch Changes diff --git a/packages/groqd/package.json b/packages/groqd/package.json index c3a1affb..35c02450 100644 --- a/packages/groqd/package.json +++ b/packages/groqd/package.json @@ -1,6 +1,6 @@ { "name": "groqd", - "version": "0.15.3", + "version": "0.15.4", "license": "MIT", "author": { "name": "Formidable",