diff options
author | 2022-05-23 13:26:07 -0400 | |
---|---|---|
committer | 2022-05-23 13:26:07 -0400 | |
commit | 8eec97fdd15018e1eed020982b4ad380c75c010b (patch) | |
tree | b1ca260c7f7a80a1e87439c19729059f00d47c19 /packages/integrations/netlify | |
parent | d0720ccfb452cb9b7efea4eb92775c219ddb7271 (diff) | |
download | astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.gz astro-8eec97fdd15018e1eed020982b4ad380c75c010b.tar.zst astro-8eec97fdd15018e1eed020982b4ad380c75c010b.zip |
[ci] release (#3409)
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 | 7 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index cde7a7e4b..4c5cf5fcd 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/netlify +## 0.4.1 + +### Patch Changes + +- Updated dependencies [[`4de53ecc`](https://github.com/withastro/astro/commit/4de53eccef346bed843b491b7ab93987d7d85655)]: + - @astrojs/webapi@0.12.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 05fb32610..361012857 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.0", + "version": "0.4.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -30,7 +30,7 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^0.11.1" + "@astrojs/webapi": "^0.12.0" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", |