Skip to content

Commit b43de37

Browse files
chore: release 3.6.1 (#463)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 4d0524b commit b43de37

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### [3.6.1](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.6.0...v3.6.1) (2021-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency commander to v8 ([#447](https://www.github.com/netlify/netlify-plugin-nextjs/issues/447)) ([18a789a](https://www.github.com/netlify/netlify-plugin-nextjs/commit/18a789a0037899831570c18f19261da0f32efd32))
9+
* skip plugin if build command is empty ([#471](https://www.github.com/netlify/netlify-plugin-nextjs/issues/471)) ([4d0524b](https://www.github.com/netlify/netlify-plugin-nextjs/commit/4d0524b0016cf69fcc28234ce6a056c181c3f0bc))
10+
* update min Next.js version, and log current ([#472](https://www.github.com/netlify/netlify-plugin-nextjs/issues/472)) ([fcb06fe](https://www.github.com/netlify/netlify-plugin-nextjs/commit/fcb06fe46da74a09bc75b9e0c452b7bcafd81a80))
11+
* use correct protocol for image source ([#467](https://www.github.com/netlify/netlify-plugin-nextjs/issues/467)) ([4edbc73](https://www.github.com/netlify/netlify-plugin-nextjs/commit/4edbc73e15b4041a3fd322c8feede726fb3d8ccf))
12+
313
## [3.6.0](https://www.github.com/netlify/netlify-plugin-nextjs/compare/v3.5.0...v3.6.0) (2021-06-29)
414

515

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.6.0",
3+
"version": "3.6.1",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)