summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-09-25 12:54:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-25 15:54:55 -0400
commit60684fad72a625b1a7aee1ab9a9169574a1c780c (patch)
tree541ead86245a6358f642ea1a1f4c1bdbaebf15e7 /packages/integrations/netlify
parent7fc700e30d3d257f5b3d8f4480162076c7e0e8df (diff)
downloadastro-60684fad72a625b1a7aee1ab9a9169574a1c780c.tar.gz
astro-60684fad72a625b1a7aee1ab9a9169574a1c780c.tar.zst
astro-60684fad72a625b1a7aee1ab9a9169574a1c780c.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.md10
-rw-r--r--packages/integrations/netlify/package.json4
2 files changed, 12 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index d963405ac..0c09187a0 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/netlify
+## 3.0.2
+
+### Patch Changes
+
+- [#8661](https://github.com/withastro/astro/pull/8661) [`008f7647c`](https://github.com/withastro/astro/commit/008f7647c4788207aab55ab12c734bd80e6df9c5) Thanks [@Skn0tt](https://github.com/Skn0tt)! - fix build failures because of CJS builds and top-level await
+
+- Updated dependencies [[`69fbf95b2`](https://github.com/withastro/astro/commit/69fbf95b22c0fb0d8e7e5fef9ec61e26cac9767f)]:
+ - astro@3.1.4
+ - @astrojs/underscore-redirects@0.3.0
+
## 3.0.1
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 1c061d7d2..6081ed074 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": "3.0.1",
+ "version": "3.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -43,7 +43,7 @@
"esbuild": "^0.19.2"
},
"peerDependencies": {
- "astro": "workspace:^3.1.3"
+ "astro": "workspace:^3.1.4"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",