diff options
author | 2022-09-27 09:12:44 -0700 | |
---|---|---|
committer | 2022-09-27 12:12:44 -0400 | |
commit | 077134ae2c09e437244563dec65a93abc84671d6 (patch) | |
tree | 62bd5f5617266e62a87cd1685d649fabdcc27aee /packages/webapi | |
parent | 90c2072990952ff0331e8728e74abbcacc355fbf (diff) | |
download | astro-077134ae2c09e437244563dec65a93abc84671d6.tar.gz astro-077134ae2c09e437244563dec65a93abc84671d6.tar.zst astro-077134ae2c09e437244563dec65a93abc84671d6.zip |
[ci] release (#4846)create-astro@1.1.0astro@1.3.1@astrojs/webapi@1.1.0@astrojs/vercel@2.0.1@astrojs/mdx@0.11.2@astrojs/image@0.8.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 bb83795ef..7e63541ab 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 1.1.0 + +### Minor Changes + +- [#4676](https://github.com/withastro/astro/pull/4676) [`5e4c5252b`](https://github.com/withastro/astro/commit/5e4c5252bd80cbaf6a7ee4d4503ece007664410f) Thanks [@zicklag](https://github.com/zicklag)! - Add HTTP Proxy Support to `fetch` Polyfill + ## 1.0.0 ### Major Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 5b94c4429..ad34d105b 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": "1.0.0", + "version": "1.1.0", "type": "module", "exports": { ".": { |