Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3dbd490

Browse files
committedDec 21, 2020
Publish v1.0.3
- Fix: use site's Next.js version ([#73](#73)) - Fix: next export unused script mistakenly failed builds ([#72](#72)) - Miscellaneous testing - Miscellaneous README changes
1 parent 541a4a9 commit 3dbd490

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.3 (2020-12-21)
4+
5+
- Fix: use site's Next.js version ([#73](https://github.com/netlify/netlify-plugin-nextjs/pull/73))
6+
- Fix: next export unused script mistakenly failed builds ([#72](https://github.com/netlify/netlify-plugin-nextjs/pull/72))
7+
- Miscellaneous testing
8+
- Miscellaneous README changes
9+
310
## 1.0.2 (2020-11-10)
411

512
- Fix React peer dependency ([#60](https://github.com/netlify/netlify-plugin-nextjs/pull/60))

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.