summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2024-07-10 06:58:44 +0200
committerGravatar GitHub <noreply@github.com> 2024-07-10 06:58:44 +0200
commit1ae7da2da90a73625d96b895f3fea75996ac8b81 (patch)
tree4d9d85740e405793931181dcd7171900af790743 /packages/integrations/netlify
parent85b56690d8a8fa5e3a376c0003ada8f9ada32eb9 (diff)
downloadastro-1ae7da2da90a73625d96b895f3fea75996ac8b81.tar.gz
astro-1ae7da2da90a73625d96b895f3fea75996ac8b81.tar.zst
astro-1ae7da2da90a73625d96b895f3fea75996ac8b81.zip
[ci] release (#323)
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.md10
-rw-r--r--packages/integrations/netlify/package.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 6c7893bb3..efe7a3a75 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/netlify
+## 5.4.0
+
+### Minor Changes
+
+- [#315](https://github.com/withastro/adapters/pull/315) [`a45eb36`](https://github.com/withastro/adapters/commit/a45eb365c609bbc1b9ca480c0e49da9cced682aa) Thanks [@eduardoboucas](https://github.com/eduardoboucas)! - Refactors the adapter to use the Netlify Frameworks API
+
+### Patch Changes
+
+- [#286](https://github.com/withastro/adapters/pull/286) [`e2ecf64`](https://github.com/withastro/adapters/commit/e2ecf646f9eefb64c23012598501d8de69dca285) Thanks [@theoephraim](https://github.com/theoephraim)! - Allows support for `node:` prefixed imports if using the Adapter with `edgeMiddleware: true`
+
## 5.3.5
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index cf850eb63..3f18e54dc 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": "5.3.5",
+ "version": "5.4.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",