summaryrefslogtreecommitdiff
path: root/packages/webapi
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-23 13:11:39 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-23 16:11:39 -0500
commita75177f843ad3ab5122b29b72f6f2b3c753bdd9f (patch)
tree604e6999deab191d45c81e5cac82886cbd0f22b5 /packages/webapi
parentc61ec4202a025868713f7e5050e72b8882c44d43 (diff)
downloadastro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.tar.gz
astro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.tar.zst
astro-a75177f843ad3ab5122b29b72f6f2b3c753bdd9f.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 d5906e0b9..c69405c0a 100644
--- a/packages/webapi/CHANGELOG.md
+++ b/packages/webapi/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/webapi
+## 2.0.0-beta.1
+
+### Patch Changes
+
+- [#5930](https://github.com/withastro/astro/pull/5930) [`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8) Thanks [@h3y6e](https://github.com/h3y6e)! - Update magic-string from 0.25.9 to 0.27.0
+
## 2.0.0-beta.0
### Major Changes
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index a7f5967c1..60950f2ed 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.0-beta.0",
+ "version": "2.0.0-beta.1",
"type": "module",
"exports": {
".": {