diff --git a/CHANGELOG.md b/CHANGELOG.md index b20b193697..516cd6c83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.4.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.4.0...v3.4.1) (2021-06-04) + + +### Bug Fixes + +* basePath is undefined when a site has no config file ([#385](https://www.github.com/netlify/netlify-plugin-nextjs/issues/385)) ([7d01aba](https://www.github.com/netlify/netlify-plugin-nextjs/commit/7d01abaaefe86983319438b9a6bec22b90763ce6)) + ## [3.4.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.3.1...v3.4.0) (2021-06-03) diff --git a/package-lock.json b/package-lock.json index 2b4f8136dc..dcdc9a5648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugin-nextjs", - "version": "3.4.0", + "version": "3.4.1", "license": "MIT", "dependencies": { "@netlify/functions": "^0.7.2", diff --git a/package.json b/package.json index 4de48dc7b8..5695fea537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "3.4.0", + "version": "3.4.1", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "bin": {