diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b70ac285..98698aa7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "3.3.0" + "plugin": "3.3.1" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 26dcb68b..9b8cd23e 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.3.0...plugin-gatsby-v3.3.1) (2022-07-15) + + +### Bug Fixes + +* add fs.promises to linked filesystem ([#441](https://github.com/netlify/netlify-plugin-gatsby/issues/441)) ([d5be3cc](https://github.com/netlify/netlify-plugin-gatsby/commit/d5be3ccb9f0b8f3ed2a70f4f4d53ce7807953df9)) + ## [3.3.0](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.2.5...plugin-gatsby-v3.3.0) (2022-07-13) diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 901fa5a9..dfde38f9 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugin/package.json b/plugin/package.json index 81241982..cb499a32 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-gatsby", - "version": "3.3.0", + "version": "3.3.1", "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify", "source": "src/index.ts", "main": "lib/index.js",