From 10fae31ac1278ea3f713467cd2909372a4f41bb3 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 11 Mar 2025 02:23:12 -0700 Subject: [ci] release (#13361) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/integrations/netlify/CHANGELOG.md | 8 ++++++++ packages/integrations/netlify/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'packages/integrations/netlify') diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 37d0d1fe5..207800c05 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/netlify +## 6.2.3 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + - @astrojs/underscore-redirects@0.6.0 + ## 6.2.2 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index b82304342..7a6dffd33 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": "6.2.2", + "version": "6.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", -- cgit v1.2.3