summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-07-19 00:32:32 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-19 09:32:32 +0200
commitde65ad25eae010b42ef55c127cc98d4cc3aa66db (patch)
tree441dafe2c9c5d3b7341d958b056641e357412d0e /packages/integrations/netlify
parent72bbfac976c2965a523eea88ff0543e64d848d80 (diff)
downloadastro-de65ad25eae010b42ef55c127cc98d4cc3aa66db.tar.gz
astro-de65ad25eae010b42ef55c127cc98d4cc3aa66db.tar.zst
astro-de65ad25eae010b42ef55c127cc98d4cc3aa66db.zip
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.md13
-rw-r--r--packages/integrations/netlify/package.json4
2 files changed, 15 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 1d71e7f9c..964d3252b 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,18 @@
# @astrojs/netlify
+## 2.5.0
+
+### Minor Changes
+
+- [#7700](https://github.com/withastro/astro/pull/7700) [`a77741d25`](https://github.com/withastro/astro/commit/a77741d25e5d923461026003aba81869833863d4) Thanks [@delucis](https://github.com/delucis)! - When a project uses the new `build.excludeMiddleware` Astro config option, the `@astrojs/netlify/functions` adapter will bundle your middleware to run in a [Netlify Edge Function](https://docs.netlify.com/edge-functions/overview/).
+
+ See the [Netlify adapter documentation](https://docs.astro.build/en/guides/integrations-guide/netlify/#run-middleware-in-edge-functions) for more details.
+
+### Patch Changes
+
+- Updated dependencies [[`72bbfac97`](https://github.com/withastro/astro/commit/72bbfac976c2965a523eea88ff0543e64d848d80), [`d401866f9`](https://github.com/withastro/astro/commit/d401866f93bfe25a50c171bc54b2b1ee0f483cc9), [`4f6b5ae2b`](https://github.com/withastro/astro/commit/4f6b5ae2ba8eb162e03f25cbd600a905d434f529), [`06c255716`](https://github.com/withastro/astro/commit/06c255716ae8e922fb9d4ffa5595cbb34146fff6)]:
+ - astro@2.8.5
+
## 2.4.0
### Minor Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index e05b90b7a..3ffe89f53 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": "2.4.0",
+ "version": "2.5.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -43,7 +43,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.8.4"
+ "astro": "workspace:^2.8.5"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",