summaryrefslogtreecommitdiff
path: root/packages/webapi
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-06 08:30:38 -0800
committerGravatar GitHub <noreply@github.com> 2023-03-06 11:30:38 -0500
commit19fe4cb6299d723ad286c4adf766ba8cd41461b4 (patch)
treed83717769be19d65fad1a2e2e67fcfca4a124c3b /packages/webapi
parent1aea58f14ad5b15d4af3d42bd92b9bcb1e2b77db (diff)
downloadastro-19fe4cb6299d723ad286c4adf766ba8cd41461b4.tar.gz
astro-19fe4cb6299d723ad286c4adf766ba8cd41461b4.tar.zst
astro-19fe4cb6299d723ad286c4adf766ba8cd41461b4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/webapi')
-rw-r--r--packages/webapi/CHANGELOG.md6
-rw-r--r--packages/webapi/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md
index 5a20c2dee..23ed7427d 100644
--- a/packages/webapi/CHANGELOG.md
+++ b/packages/webapi/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/webapi
+## 2.0.3
+
+### Patch Changes
+
+- [#6413](https://github.com/withastro/astro/pull/6413) [`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Use undici's FormData instead of a polyfill
+
## 2.0.2
### Patch Changes
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index cf68eb783..93180ec58 100644
--- a/packages/webapi/package.json
+++ b/packages/webapi/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/webapi",
"description": "Use Web APIs in Node",
- "version": "2.0.2",
+ "version": "2.0.3",
"type": "module",
"exports": {
".": {