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 23ed7427d..b90e36fe4 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.1.0 + +### Minor Changes + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + ## 2.0.3 ### Patch Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 93180ec58..21b1af55f 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.3", + "version": "2.1.0", "type": "module", "exports": { ".": { |