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",