summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-12 06:08:15 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-12 09:08:15 -0400
commitf5bf58323e1843af3c8cbdd48e95eb6ad577ca4c (patch)
tree40c1397cd831b9da451cddc8fed0a8f44c77ee52
parentb64ccd57e1bdfdeaf01d7c5f3082299b1888a619 (diff)
downloadastro-f5bf58323e1843af3c8cbdd48e95eb6ad577ca4c.tar.gz
astro-f5bf58323e1843af3c8cbdd48e95eb6ad577ca4c.tar.zst
astro-f5bf58323e1843af3c8cbdd48e95eb6ad577ca4c.zip
[ci] release (#3894)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--packages/integrations/netlify/CHANGELOG.md6
-rw-r--r--packages/integrations/netlify/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 9c77743e1..4c18c5168 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 0.4.10
+
+### Patch Changes
+
+- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes
+
## 0.4.9
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index acb65de49..39eb10ebd 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.4.9",
+ "version": "0.4.10",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",