summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2025-01-13 16:25:08 +0100
committerGravatar GitHub <noreply@github.com> 2025-01-13 16:25:08 +0100
commita6959f46fa84ea40d845da3b77d0881e77c363f6 (patch)
treebcd7f94cf63d09a2f08b143d44f530b6346e4d81 /packages/integrations/netlify
parentd508e905aad2b562b7cad64e5e20b1f424beb77d (diff)
downloadastro-a6959f46fa84ea40d845da3b77d0881e77c363f6.tar.gz
astro-a6959f46fa84ea40d845da3b77d0881e77c363f6.tar.zst
astro-a6959f46fa84ea40d845da3b77d0881e77c363f6.zip
[ci] release (#497)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r--packages/integrations/netlify/CHANGELOG.md12
-rw-r--r--packages/integrations/netlify/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 4c0ad5969..e5e84d3e8 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/netlify
+## 6.1.0
+
+### Minor Changes
+
+- [#496](https://github.com/withastro/adapters/pull/496) [`4b5cd22`](https://github.com/withastro/adapters/commit/4b5cd2268e8ed5e720772f50241b299762ea1eb8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Stabilizes `astro:env` secrets support
+
+### Patch Changes
+
+- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support
+
+- [#501](https://github.com/withastro/adapters/pull/501) [`012b31d`](https://github.com/withastro/adapters/commit/012b31d98ce87c1199eb38b7aba2a28b7c1cf8cc) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Refactor of the redirects logic
+
## 6.0.1
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index e43daaea2..ef31bb0d8 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": "6.0.1",
+ "version": "6.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",