diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 012eac4a..eccd8c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.5.2" + "plugin": "3.6.0" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 84bc91d5..939d0ceb 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.6.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.2...plugin-gatsby-v3.6.0) (2023-03-13) + + +### Features + +* add support for query param url syntax of IMAGE CDN ([#566](https://github.com/netlify/netlify-plugin-gatsby/issues/566)) ([5874f67](https://github.com/netlify/netlify-plugin-gatsby/commit/5874f67e63f04e597395c4fb0d4d0a0d70e25bc4)) + + +### Bug Fixes + +* don't fail entire build when gatsby-config fails to be imported ([#562](https://github.com/netlify/netlify-plugin-gatsby/issues/562)) ([007c823](https://github.com/netlify/netlify-plugin-gatsby/commit/007c823801c212de9bed56130e15114013208f7e)) + ## [3.5.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.1...plugin-gatsby-v3.5.2) (2023-02-23) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index e95c11a3..e894cb5d 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.5.2", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.5.2", + "version": "3.6.0", "license": "MIT", "dependencies": { "@netlify/functions": "^1.3.0", diff --git a/plugin/package.json b/plugin/package.json index 9f59a843..510e5ad7 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.5.2", + "version": "3.6.0", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",