[ci] release (beta) (#2997)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
77aa3a5c50
commit
48d01049b0
3 changed files with 9 additions and 2 deletions
|
@ -60,6 +60,7 @@
|
|||
"astro-scripts": "0.0.2"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-suits-thank",
|
||||
"shiny-rice-worry",
|
||||
"sour-laws-raise",
|
||||
"stale-walls-whisper",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/netlify
|
||||
|
||||
## 0.1.1-beta.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2996](https://github.com/withastro/astro/pull/2996) [`77aa3a5c`](https://github.com/withastro/astro/commit/77aa3a5c504c5f51ed1c4d2c8abc4997397deec2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add human-readable error when a site is not provided in your astro.config
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
@ -19,6 +25,6 @@
|
|||
import netlify from '@astrojs/netlify/functions';
|
||||
|
||||
export default defineConfig({
|
||||
adapter: netlify(),
|
||||
adapter: netlify(),
|
||||
});
|
||||
```
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/netlify",
|
||||
"description": "Deploy your site to Netlify",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1-beta.0",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
Loading…
Reference in a new issue