diff options
Diffstat (limited to 'packages/webapi')
-rw-r--r-- | packages/webapi/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/webapi/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index 7e46a48ec..5a20c2dee 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.0.2 + +### Patch Changes + +- [#6355](https://github.com/withastro/astro/pull/6355) [`5aa6580f7`](https://github.com/withastro/astro/commit/5aa6580f775405a4443835bf7eb81f0c65e5aed6) Thanks [@ematipico](https://github.com/ematipico)! - Update `undici` to v5.20.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 5316909b3..61e808eab 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.1", + "version": "2.0.2", "type": "module", "exports": { ".": { |