diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d108317..8674dff9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.8.2" + "plugin": "3.8.3" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index f95a4c8d..576bebce 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.8.3](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.2...plugin-gatsby-v3.8.3) (2025-03-13) + + +### Bug Fixes + +* **deps:** update dependency abortcontroller-polyfill to v1.7.8 ([#770](https://github.com/netlify/netlify-plugin-gatsby/issues/770)) ([63c5775](https://github.com/netlify/netlify-plugin-gatsby/commit/63c5775e54d2e04f16f96b521d38d13a1d75aed8)) +* **deps:** update dependency co-body to v6.2.0 ([#776](https://github.com/netlify/netlify-plugin-gatsby/issues/776)) ([c8d8f24](https://github.com/netlify/netlify-plugin-gatsby/commit/c8d8f24cb836edc4fea237f0d619099427fd8e16)) +* **deps:** update dependency semver to v7.7.1 ([#777](https://github.com/netlify/netlify-plugin-gatsby/issues/777)) ([ab74b70](https://github.com/netlify/netlify-plugin-gatsby/commit/ab74b70e858e51dbd7c8898ee1cff07efe590891)) +* **deps:** update gatsby monorepo ([#778](https://github.com/netlify/netlify-plugin-gatsby/issues/778)) ([fd94f83](https://github.com/netlify/netlify-plugin-gatsby/commit/fd94f8396dcf6b6f12a44a38b353eba5a37ad51a)) +* **deps:** update react monorepo to v18.3.1 ([#779](https://github.com/netlify/netlify-plugin-gatsby/issues/779)) ([9d5d1a2](https://github.com/netlify/netlify-plugin-gatsby/commit/9d5d1a21b71103c5f4d270176aec9868e1319fa7)) +* use encrypted image cdn if possible for ipx and/or use allowed remote url list ([#781](https://github.com/netlify/netlify-plugin-gatsby/issues/781)) ([5ef8c9e](https://github.com/netlify/netlify-plugin-gatsby/commit/5ef8c9e835166c95e2d1ee0ca212da1b090fe167)) + ## [3.8.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.1...plugin-gatsby-v3.8.2) (2025-01-20) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 4a626d0f..9688c4cb 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.2", + "version": "3.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.8.2", + "version": "3.8.3", "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", diff --git a/plugin/package.json b/plugin/package.json index a0a2a276..070d9b41 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.2", + "version": "3.8.3", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",