From 43f1b5d7235a013842868292d73e64139a7d3559 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 02:42:39 +0000 Subject: [PATCH] chore(main): release plugin-gatsby 3.4.0 --- .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 98698aa7..4b2af82f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.3.1" + "plugin": "3.4.0" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 9b8cd23e..2ef2047a 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.3.1...plugin-gatsby-v3.4.0) (2022-07-25) + + +### Features + +* handle number and object responses correctly in functions ([#440](https://github.com/netlify/netlify-plugin-gatsby/issues/440)) ([2335f5e](https://github.com/netlify/netlify-plugin-gatsby/commit/2335f5e13729b01ba5055b27d6d49b1b1abdc857)) + ## [3.3.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.3.0...plugin-gatsby-v3.3.1) (2022-07-15) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 161b8476..e6039be2 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.3.1", + "version": "3.4.0", "license": "MIT", "dependencies": { "@netlify/functions": "^1.0.0", diff --git a/plugin/package.json b/plugin/package.json index d4e5cc11..ccb36050 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.3.1", + "version": "3.4.0", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",