From b8953c523868fd94ac29dbebe90377566d524a9c Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:24:52 +0000 Subject: [PATCH] chore(main): release plugin-gatsby 3.6.2 --- .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 9b75de17..91a59bce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.6.1" + "plugin": "3.6.2" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 031a6da3..04820f15 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.2](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.6.1...plugin-gatsby-v3.6.2) (2023-04-20) + + +### Bug Fixes + +* make large lambda warning message more informative ([#578](https://github.com/netlify/netlify-plugin-gatsby/issues/578)) ([d86fd9b](https://github.com/netlify/netlify-plugin-gatsby/commit/d86fd9b1dbde2988b9f51feaac6634d7b6830db4)) + ## [3.6.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.6.0...plugin-gatsby-v3.6.1) (2023-04-12) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 60b4cda1..b899c0e5 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.6.1", + "version": "3.6.2", "license": "MIT", "dependencies": { "@netlify/functions": "^1.4.0", diff --git a/plugin/package.json b/plugin/package.json index aa8bc680..e1c96ae0 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.6.1", + "version": "3.6.2", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",