diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a860b6b..8d108317 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.8.1" + "plugin": "3.8.2" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 6d83c452..f95a4c8d 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.8.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.1...plugin-gatsby-v3.8.2) (2025-01-20) + + +### Bug Fixes + +* **deps:** update dependency cookie to ^0.7.0 [security] ([#756](https://github.com/netlify/netlify-plugin-gatsby/issues/756)) ([919fb9b](https://github.com/netlify/netlify-plugin-gatsby/commit/919fb9b5f8e1a2381e8786847a1db7a1bab10081)) +* move files to build cache after files are uploaded instead of copying them before uploads ([#753](https://github.com/netlify/netlify-plugin-gatsby/issues/753)) ([cd5bbd6](https://github.com/netlify/netlify-plugin-gatsby/commit/cd5bbd6e38da792c00a089c4afe1946bf379cbf9)) + ## [3.8.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.0...plugin-gatsby-v3.8.1) (2024-04-17) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index a7849f66..71b0b834 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.1", + "version": "3.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.8.1", + "version": "3.8.2", "license": "MIT", "dependencies": { "@netlify/functions": "^1.6.0", diff --git a/plugin/package.json b/plugin/package.json index c80bea64..eed6e6ab 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.8.1", + "version": "3.8.2", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",