0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] release (#5561)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-12-12 07:22:39 -08:00 committed by GitHub
parent 8f0bdea759
commit 38c0fac0ef
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# @astrojs/node
## 3.1.1
### Patch Changes
- [#5560](https://github.com/withastro/astro/pull/5560) [`281ea9fc3`](https://github.com/withastro/astro/commit/281ea9fc344dec4348e398696e671f833334045b) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improve error message when serverEntrypoint does not exist
- Updated dependencies [[`b2f0210c4`](https://github.com/withastro/astro/commit/b2f0210c400a547d3067fdae6d15663b827be3a6), [`02bb0a1cc`](https://github.com/withastro/astro/commit/02bb0a1ccd53e38157eec3a750160731fce64b9c), [`2bd23e454`](https://github.com/withastro/astro/commit/2bd23e454fc9559aa00b9a493772acd69ba9ce6c)]:
- astro@1.6.15
## 3.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "3.1.0",
"version": "3.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -34,7 +34,7 @@
"send": "^0.18.0"
},
"peerDependencies": {
"astro": "^1.6.14"
"astro": "^1.6.15"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",