diff options
author | 2022-05-12 14:48:58 -0600 | |
---|---|---|
committer | 2022-05-12 14:48:58 -0600 | |
commit | cedb9a2105cc673c574668f586879bf94fac0d52 (patch) | |
tree | 76aad62dfb18d14e8ff403180fb5f3b31efa56ac /packages/integrations/netlify | |
parent | 4ac792a02dacddb042fb911b90cbfa8f407812b5 (diff) | |
download | astro-create-astro@0.12.1.tar.gz astro-create-astro@0.12.1.tar.zst astro-create-astro@0.12.1.zip |
[ci] release (#3334)create-astro@0.12.1astro@1.0.0-beta.28@astrojs/vue@0.1.4@astrojs/vercel@0.2.0@astrojs/svelte@0.1.3@astrojs/react@0.1.2@astrojs/netlify@0.3.4
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 | 6 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 49bc0de1b..77b6fe875 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 0.3.4 + +### Patch Changes + +- [#3342](https://github.com/withastro/astro/pull/3342) [`352fc316`](https://github.com/withastro/astro/commit/352fc3166fe3b3d3da3feff621394b20eacb9cc3) Thanks [@thepassle](https://github.com/thepassle)! - create redirects file for netlify edge adapter + ## 0.3.3 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 7a824ec54..8b1587f41 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": "0.3.3", + "version": "0.3.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |