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 b90e36fe4..bc2e5934e 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.1.1 + +### Patch Changes + +- [#6929](https://github.com/withastro/astro/pull/6929) [`ac57b5549`](https://github.com/withastro/astro/commit/ac57b5549f828a17bdbebdaca7ace075307a3c9d) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade undici to v5.22.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index ef7920102..2e35c43c7 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.1.0", + "version": "2.1.1", "type": "module", "exports": { ".": { |