Skip to content

Commit 68e2b13

Browse files
chore: release 3.4.1 (#386)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 7d01aba commit 68e2b13

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [3.4.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.4.0...v3.4.1) (2021-06-04)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [3.4.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.3.1...v3.4.0) (2021-06-03)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)