diff --git a/.changeset/config.json b/.changeset/config.json index a05e9eb..eb118b9 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,6 @@ "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [ - "fetchtastic-monorepo", "docs" ] } diff --git a/.changeset/grumpy-llamas-accept.md b/.changeset/grumpy-llamas-accept.md new file mode 100644 index 0000000..027ae80 --- /dev/null +++ b/.changeset/grumpy-llamas-accept.md @@ -0,0 +1,5 @@ +--- +'fetchtastic': patch +--- + +Move docs to docusaurus diff --git a/.changeset/small-mayflies-fail.md b/.changeset/small-mayflies-fail.md new file mode 100644 index 0000000..29ef653 --- /dev/null +++ b/.changeset/small-mayflies-fail.md @@ -0,0 +1,5 @@ +--- +'fetchtastic': minor +--- + +Improved error handling, HttpError is now ResponseError