From 833f6fa880cb803f31e43038c2528771bc9d47dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:30:34 -0400 Subject: [PATCH] [ci] release (#3120) Co-authored-by: github-actions[bot] --- packages/integrations/netlify/CHANGELOG.md | 6 ++++++ packages/integrations/netlify/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 1334d7b75cb7..38162f179cd5 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 0.3.0 + +### Minor Changes + +- [#3148](https://github.com/withastro/astro/pull/3148) [`4cf54c60`](https://github.com/withastro/astro/commit/4cf54c60aa63bd614b242da0602790015005673d) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for Netlify Edge Functions + ## 0.2.3 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index bcb979cf5ca3..eb3561ea40b2 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.2.3", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",