Skip to content

Commit 0c76b4d

Browse files
committed
Publish v1.0.6
- upgrade NoN to 2.8.2; explain CLI usage workflow in README; add jimp ([#83](#83)) - update next.config.js target error message to be more clear ([78a0986](78a0986))
1 parent 05d342a commit 0c76b4d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 1.0.6 (2021-01-16)
4+
5+
- upgrade NoN to 2.8.2; explain CLI usage workflow in README; add jimp ([#83](https://github.com/netlify/netlify-plugin-nextjs/pull/83))
6+
- update next.config.js target error message to be more clear ([78a0986](https://github.com/netlify/netlify-plugin-nextjs/commit/78a0986548af877678834f20302b2b2ee88063e4))
7+
38
## 1.0.5 (2021-01-07)
49

510
- upgrade next-on-netlify version to 2.7.2 ([#77](https://github.com/netlify/netlify-plugin-nextjs/pull/77))

package-lock.json

+1-1
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": "1.0.5",
3+
"version": "1.0.6",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)