From ca4b0c02fef60ad0dc8ca1dd5de7ab67be04f94d Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:27:38 +0000 Subject: [PATCH] chore(main): release plugin-gatsby 3.6.1 (#575) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- plugin/CHANGELOG.md | 7 +++++++ plugin/package-lock.json | 4 ++-- plugin/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eccd8c77..9b75de17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.6.0" + "plugin": "3.6.1" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 939d0ceb..031a6da3 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.6.0...plugin-gatsby-v3.6.1) (2023-04-12) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to ^1.4.0 ([#574](https://github.com/netlify/netlify-plugin-gatsby/issues/574)) ([03c66d9](https://github.com/netlify/netlify-plugin-gatsby/commit/03c66d9b799abc6deb7b823f64b83177ea6d61d5)) + ## [3.6.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.5.2...plugin-gatsby-v3.6.0) (2023-03-13) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index bb770e33..60b4cda1 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.6.0", + "version": "3.6.1", "license": "MIT", "dependencies": { "@netlify/functions": "^1.4.0", diff --git a/plugin/package.json b/plugin/package.json index cbd2529a..aa8bc680 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.6.0", + "version": "3.6.1", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",