diff --git a/.changeset/quick-carpets-attend.md b/.changeset/quick-carpets-attend.md deleted file mode 100644 index a8d3bbc2d..000000000 --- a/.changeset/quick-carpets-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-be': patch ---- - -Point back to graphql.seek.com for browser tokens diff --git a/be/CHANGELOG.md b/be/CHANGELOG.md index ed4f6f1d6..6324c7c86 100644 --- a/be/CHANGELOG.md +++ b/be/CHANGELOG.md @@ -1,5 +1,11 @@ # wingman-be +## 0.1.3 + +### Patch Changes + +- 5738714: Point back to graphql.seek.com for browser tokens + ## 0.1.2 ### Patch Changes diff --git a/be/package.json b/be/package.json index 670323161..258f7fd55 100644 --- a/be/package.json +++ b/be/package.json @@ -47,5 +47,5 @@ "test": "jest" }, "typings": "lib/index.d.ts", - "version": "0.1.2" + "version": "0.1.3" }