diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c03cc131..b9f008fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.0.0" + "plugin": "3.1.0" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 3456acb5..fed91b8c 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.1.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.0.0...plugin-gatsby-v3.1.0) (2022-05-19) + + +### Features + +* enable API, SSR and DSG functions individually as required ([#375](https://github.com/netlify/netlify-plugin-gatsby/issues/375)) ([aa36bc2](https://github.com/netlify/netlify-plugin-gatsby/commit/aa36bc230898a8a43aeaf6175173ef02256bc338)) + + +### Bug Fixes + +* **deps:** update dependency cookie to ^0.5.0 ([#356](https://github.com/netlify/netlify-plugin-gatsby/issues/356)) ([40f0f85](https://github.com/netlify/netlify-plugin-gatsby/commit/40f0f85616bf7cb91224936bca065304727b7d83)) +* **deps:** update dependency fs-extra to v10.1.0 ([#357](https://github.com/netlify/netlify-plugin-gatsby/issues/357)) ([c0c9bfc](https://github.com/netlify/netlify-plugin-gatsby/commit/c0c9bfc00b8ffeca76b30afeb26f84d7506f6c52)) +* **deps:** update dependency semver to v7.3.6 ([#347](https://github.com/netlify/netlify-plugin-gatsby/issues/347)) ([93d951b](https://github.com/netlify/netlify-plugin-gatsby/commit/93d951b5ab20f9cd0236aa596ede514676ad380c)) +* **deps:** update dependency semver to v7.3.7 ([#354](https://github.com/netlify/netlify-plugin-gatsby/issues/354)) ([a3f9b23](https://github.com/netlify/netlify-plugin-gatsby/commit/a3f9b239f97d03f1acf8033b919b729e9310167c)) + ## [3.0.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v2.1.4...plugin-gatsby-v3.0.0) (2022-04-04) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 8f260016..3f41f20e 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-gatsby", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@netlify/functions": "^1.0.0", diff --git a/plugin/package.json b/plugin/package.json index 456d2f93..717d3d52 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.0.0", + "version": "3.1.0", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",