summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2024-01-23 22:47:06 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-23 22:47:06 +0100
commit63dea241d0d9df370a1a1fe7fddcdce58c86c715 (patch)
tree306a8f5e079ed6ef14c2105bb52812afecd7c3b8
parent7798a72bee1c746e380826fa449898103ddaceef (diff)
downloadastro-63dea241d0d9df370a1a1fe7fddcdce58c86c715.tar.gz
astro-63dea241d0d9df370a1a1fe7fddcdce58c86c715.tar.zst
astro-63dea241d0d9df370a1a1fe7fddcdce58c86c715.zip
[ci] release (#131)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--packages/integrations/netlify/CHANGELOG.md6
-rw-r--r--packages/integrations/netlify/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 40a2185f3..0d8f8bd0f 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 5.0.0
+
+### Major Changes
+
+- [#130](https://github.com/withastro/adapters/pull/130) [`2b5aaa4cfeda4bc7f1bf8db6210162c495866a95`](https://github.com/withastro/adapters/commit/2b5aaa4cfeda4bc7f1bf8db6210162c495866a95) Thanks [@asdfjkalsdfla](https://github.com/asdfjkalsdfla)! - Updates the internals of the integration to support Astro 4.0. See this [upstream pull request](https://github.com/withastro/astro/pull/9199) for additional details. **Warning:** Make sure to upgrade your Astro version to `>4.2` as previous versions are no longer supported.
+
## 4.1.1
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 32a235141..7bd2aa5e5 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "4.1.1",
+ "version": "5.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",