diff options
author | 2025-01-13 16:25:08 +0100 | |
---|---|---|
committer | 2025-01-13 16:25:08 +0100 | |
commit | 63dfbff3ade39243b071ef13accc0c86ecb44ea5 (patch) | |
tree | 6a01c01df51762a9eba1e490cefd16916ad5a60a | |
parent | f6989c7a7d668985efd6fb32678ad29927266904 (diff) | |
download | astro-63dfbff3ade39243b071ef13accc0c86ecb44ea5.tar.gz astro-63dfbff3ade39243b071ef13accc0c86ecb44ea5.tar.zst astro-63dfbff3ade39243b071ef13accc0c86ecb44ea5.zip |
[ci] release (#497)
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 e16ff43d3..71667e67c 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 9.0.1 + +### Patch Changes + +- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support + ## 9.0.0 ### Major Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 25754c9ba..61becefd5 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": "9.0.0", + "version": "9.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |