diff --git a/.changeset/young-maps-grin.md b/.changeset/young-maps-grin.md deleted file mode 100644 index 5871c4427..000000000 --- a/.changeset/young-maps-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@powersync/diagnostics-app': patch ---- - -Added support for a "token" query parameter, when supplied to the root URL it will be used as the API token for the diagnostics tool instead of needing to be provided manually to the login form. diff --git a/tools/diagnostics-app/CHANGELOG.md b/tools/diagnostics-app/CHANGELOG.md index 9937d7267..56737bde3 100644 --- a/tools/diagnostics-app/CHANGELOG.md +++ b/tools/diagnostics-app/CHANGELOG.md @@ -1,5 +1,11 @@ # diagnostics-app +## 0.9.12 + +### Patch Changes + +- 0a6af1c: Added support for a "token" query parameter, when supplied to the root URL it will be used as the API token for the diagnostics tool instead of needing to be provided manually to the login form. + ## 0.9.11 ### Patch Changes diff --git a/tools/diagnostics-app/package.json b/tools/diagnostics-app/package.json index 627eec53b..abc49f313 100644 --- a/tools/diagnostics-app/package.json +++ b/tools/diagnostics-app/package.json @@ -1,6 +1,6 @@ { "name": "@powersync/diagnostics-app", - "version": "0.9.11", + "version": "0.9.12", "private": true, "scripts": { "dev": "vite",