diff options
author | 2022-11-08 10:00:53 -0800 | |
---|---|---|
committer | 2022-11-08 13:00:53 -0500 | |
commit | e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11 (patch) | |
tree | 8406684006dd45f8ee30391a84141574d4aa0185 /packages/integrations/netlify/CHANGELOG.md | |
parent | 70adbe34a0838ea8d8eccbc241f4d37941ae846e (diff) | |
download | astro-@astrojs/cloudflare@4.0.1.tar.gz astro-@astrojs/cloudflare@4.0.1.tar.zst astro-@astrojs/cloudflare@4.0.1.zip |
[ci] release (#5325)create-astro@1.2.2astro@1.6.5@astrojs/netlify@1.2.1@astrojs/image@0.11.2@astrojs/cloudflare@4.0.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/netlify/CHANGELOG.md')
-rw-r--r-- | packages/integrations/netlify/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 7e5fccff3..3b970c401 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 1.2.1 + +### Patch Changes + +- [#5301](https://github.com/withastro/astro/pull/5301) [`a79a37cad`](https://github.com/withastro/astro/commit/a79a37cad549b21f91599ff86899e456d9dcc7df) Thanks [@bluwy](https://github.com/bluwy)! - Fix environment variables usage in edge functions + ## 1.2.0 ### Minor Changes |