diff --git a/.changeset/chilly-chairs-smash.md b/.changeset/chilly-chairs-smash.md deleted file mode 100644 index 4c3e2a61..00000000 --- a/.changeset/chilly-chairs-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': patch ---- - -Fixes a typo for the peerDependency range in package.json, which prevents upgrade to Astro 4.0. diff --git a/packages/netlify/CHANGELOG.md b/packages/netlify/CHANGELOG.md index d66fce7b..1b0e1171 100644 --- a/packages/netlify/CHANGELOG.md +++ b/packages/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 3.1.1 + +### Patch Changes + +- [#100](https://github.com/withastro/adapters/pull/100) [`1195955`](https://github.com/withastro/adapters/commit/11959551105aa1776eb58a015e0694960f128537) Thanks [@Jinksi](https://github.com/Jinksi)! - Fixes a typo for the peerDependency range in package.json, which prevents upgrade to Astro 4.0. + ## 3.1.0 ### Minor Changes diff --git a/packages/netlify/package.json b/packages/netlify/package.json index fd865622..46880417 100644 --- a/packages/netlify/package.json +++ b/packages/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "3.1.0", + "version": "3.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",