diff options
author | 2023-07-27 12:33:13 -0700 | |
---|---|---|
committer | 2023-07-27 15:33:13 -0400 | |
commit | 3b422272e642aa285ecfad3d2e9e2d8034eb2b7c (patch) | |
tree | 93100385801672fc077df64e4137c90a42f259f5 /packages/integrations/netlify | |
parent | fa6fc8ba4c674a1ebfa79d7bd8b9b5c201f7186b (diff) | |
download | astro-3b422272e642aa285ecfad3d2e9e2d8034eb2b7c.tar.gz astro-3b422272e642aa285ecfad3d2e9e2d8034eb2b7c.tar.zst astro-3b422272e642aa285ecfad3d2e9e2d8034eb2b7c.zip |
[ci] release (#7813)astro@2.9.4@astrojs/netlify@2.5.1
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.md | 9 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 964d3252b..444d84217 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/netlify +## 2.5.1 + +### Patch Changes + +- [#7805](https://github.com/withastro/astro/pull/7805) [`42a21b5da`](https://github.com/withastro/astro/commit/42a21b5da631948da4495062a6ef30fbb91abd05) Thanks [@matthewp](https://github.com/matthewp)! - Prevent building .html file redirects in hybrid mode + +- Updated dependencies [[`31c4031ba`](https://github.com/withastro/astro/commit/31c4031ba7aea132a861f2465f38a83741f0cd05), [`5161cf919`](https://github.com/withastro/astro/commit/5161cf919c81bd3681af221def0abab7d25abec0), [`59b556232`](https://github.com/withastro/astro/commit/59b556232696d3aba3c2263ea104cd9922085fd2), [`267487e63`](https://github.com/withastro/astro/commit/267487e63ea0a4cfcb771c667a088afb16c62ba6), [`b063a2d8a`](https://github.com/withastro/astro/commit/b063a2d8aeaed18550d148511bfb68f9ba3cdb09), [`d5f526b33`](https://github.com/withastro/astro/commit/d5f526b3397cf24aa06353de2de91b2ba08cd4eb), [`7dbcbc86b`](https://github.com/withastro/astro/commit/7dbcbc86b3bd7e5458570906745364c9399d1a46)]: + - astro@2.9.4 + ## 2.5.0 ### Minor Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index dc3acc47c..93e293af8 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.5.0", + "version": "2.5.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -44,7 +44,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.9.3" + "astro": "workspace:^2.9.4" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", |