summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-06-08 02:28:34 -0700
committerGravatar GitHub <noreply@github.com> 2024-06-08 11:28:34 +0200
commitb7db40234d08ff303bd989e8860d0c0433bd7ab0 (patch)
treed81fa40542e8e367f9cd298a1313ff76952dda5f
parent5e7bfc8de2ed283887f95a0f4906c20d066b3e8c (diff)
downloadastro-b7db40234d08ff303bd989e8860d0c0433bd7ab0.tar.gz
astro-b7db40234d08ff303bd989e8860d0c0433bd7ab0.tar.zst
astro-b7db40234d08ff303bd989e8860d0c0433bd7ab0.zip
[ci] release (#11201)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--packages/integrations/node/CHANGELOG.md6
-rw-r--r--packages/integrations/node/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 822fab7cd..a403536fa 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 8.2.6
+
+### Patch Changes
+
+- [#11202](https://github.com/withastro/astro/pull/11202) [`d0248bc`](https://github.com/withastro/astro/commit/d0248bc083dff713b66d44bcefbf389cdf67e22d) Thanks [@dkobierski](https://github.com/dkobierski)! - Fixes suppressed logs when error occurs
+
## 8.2.5
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index b44f749c7..a57be266c 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "8.2.5",
+ "version": "8.2.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",