0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-14 23:51:49 -05:00

[ci] release ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-12-06 21:34:39 +01:00 committed by GitHub
parent 6fd1fc2b59
commit a50faacc20
2 changed files with 7 additions and 1 deletions
packages/integrations/netlify

View file

@ -1,5 +1,11 @@
# @astrojs/netlify
## 3.1.0
### Minor Changes
- [#96](https://github.com/withastro/adapters/pull/96) [`f1df277`](https://github.com/withastro/adapters/commit/f1df27740b5c185e28ad73a810bb5dad6bb1e8cd) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Fixes an issue where this package could not be installed alongside Astro 4.0.
## 3.0.4
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
"version": "3.0.4",
"version": "3.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",