diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ecf44604..474f9a4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.4.8" + "plugin": "3.5.0" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 1664e45b..771e515d 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.5.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.4.8...plugin-gatsby-v3.5.0) (2022-12-16) + + +### Features + +* support for Gatsby v5 ([#547](https://github.com/netlify/netlify-plugin-gatsby/issues/547)) ([464bfc8](https://github.com/netlify/netlify-plugin-gatsby/commit/464bfc8a571a0915c99713bf6ebc48736c20f28d)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/ipx to ^1.3.0 ([#527](https://github.com/netlify/netlify-plugin-gatsby/issues/527)) ([8688797](https://github.com/netlify/netlify-plugin-gatsby/commit/8688797deff8ce3f34d5ac1850417e35cd394a98)) +* **deps:** update dependency abortcontroller-polyfill to v1.7.5 ([#532](https://github.com/netlify/netlify-plugin-gatsby/issues/532)) ([02409ec](https://github.com/netlify/netlify-plugin-gatsby/commit/02409ec83ad14456f86b3070f0fcaf4d36fcc7f3)) +* **deps:** update dependency pathe to v0.3.9 ([#533](https://github.com/netlify/netlify-plugin-gatsby/issues/533)) ([9c2f06f](https://github.com/netlify/netlify-plugin-gatsby/commit/9c2f06f488bda23acd86f3086fdbfd6638b100c6)) +* **deps:** update dependency semver to v7.3.8 ([#534](https://github.com/netlify/netlify-plugin-gatsby/issues/534)) ([2ba54c2](https://github.com/netlify/netlify-plugin-gatsby/commit/2ba54c23e357e32fae2ea2ef986faa4960be97a1)) + ## [3.4.8](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.4.7...plugin-gatsby-v3.4.8) (2022-10-05) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index aa358595..83f9cfb5 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.4.8", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.4.8", + "version": "3.5.0", "license": "MIT", "dependencies": { "@netlify/functions": "^1.3.0", diff --git a/plugin/package.json b/plugin/package.json index 53ba344a..1f1b42be 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.4.8", + "version": "3.5.0", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",