summaryrefslogtreecommitdiff
path: root/packages/webapi
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-13 08:55:32 -0400
committerGravatar GitHub <noreply@github.com> 2022-04-13 08:55:32 -0400
commitb23f6b159694d1fc269f0d4ba110a545195aea4e (patch)
tree4151b2ea5b29bd1dbde4af0322a97bdedba56f86 /packages/webapi
parent16e0ada70f69b206723ef4eed69bd9d77559b78b (diff)
downloadastro-b23f6b159694d1fc269f0d4ba110a545195aea4e.tar.gz
astro-b23f6b159694d1fc269f0d4ba110a545195aea4e.tar.zst
astro-b23f6b159694d1fc269f0d4ba110a545195aea4e.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.md7
-rw-r--r--packages/webapi/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md
new file mode 100644
index 000000000..40d329eb9
--- /dev/null
+++ b/packages/webapi/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @astrojs/webapi
+
+## 0.11.1
+
+### Patch Changes
+
+- [#3095](https://github.com/withastro/astro/pull/3095) [`5acf77dd`](https://github.com/withastro/astro/commit/5acf77dd22be95e33ff838383a2c1790f484e380) Thanks [@matthewp](https://github.com/matthewp)! - Fixes rendering of "undefined" on custom element children
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index 88dc2eca8..d0794aa4c 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": "0.11.0",
+ "version": "0.11.1",
"type": "module",
"exports": {
".": {