[ci] release (#7077)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-05-12 12:00:17 -07:00 committed by GitHub
parent 607c3a04cc
commit 8d09a14a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/node': patch
---
Fix redirects on directories when using base option

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Don't exit if dependencies fail to install

View file

@ -1,5 +1,11 @@
# create-astro
## 3.1.4
### Patch Changes
- [#7052](https://github.com/withastro/astro/pull/7052) [`8c14bffbd`](https://github.com/withastro/astro/commit/8c14bffbd9ea63bc4b4e9f9417352fdf4e7e65b4) Thanks [@ematipico](https://github.com/ematipico)! - Don't exit if dependencies fail to install
## 3.1.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "3.1.3",
"version": "3.1.4",
"type": "module",
"author": "withastro",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @astrojs/node
## 5.1.3
### Patch Changes
- [#7076](https://github.com/withastro/astro/pull/7076) [`781f558c4`](https://github.com/withastro/astro/commit/781f558c401a5f02927d150e4628a77c55cccd28) Thanks [@matthewp](https://github.com/matthewp)! - Fix redirects on directories when using base option
## 5.1.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "5.1.2",
"version": "5.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",