diff options
author | 2024-06-11 05:15:27 -0700 | |
---|---|---|
committer | 2024-06-11 13:15:27 +0100 | |
commit | 7ba13c772df1c457e145afdd6faea90c2c1d2ed5 (patch) | |
tree | 5e8bff2c2faeffb3b678a641db695b47db5e3b2b | |
parent | afc87e74ee7f4889a14660771af83c826927574f (diff) | |
download | astro-7ba13c772df1c457e145afdd6faea90c2c1d2ed5.tar.gz astro-7ba13c772df1c457e145afdd6faea90c2c1d2ed5.tar.zst astro-7ba13c772df1c457e145afdd6faea90c2c1d2ed5.zip |
[ci] release (#11225)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | packages/integrations/node/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/node/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index a403536fa..67f5c1cd0 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 8.3.0 + +### Minor Changes + +- [#11199](https://github.com/withastro/astro/pull/11199) [`2bdca27`](https://github.com/withastro/astro/commit/2bdca27ff4002efd330667b0b4ca3e00d5b7a2db) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds support for experimental `astro:env` released in Astro 4.10 + ## 8.2.6 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index a57be266c..a15619445 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.6", + "version": "8.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |