Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 13aafa1

Browse files
committed
Publish v2.8.4
- Fix: check existence of dirs before reading them in file tracking logic ([#150](#150))
1 parent 690dd4b commit 13aafa1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 2.8.4 (2020-01-18)
4+
5+
- Fix: check existence of dirs before reading them in file tracking logic ([#150](https://github.com/netlify/next-on-netlify/pull/150))
6+
37
## 2.8.3 (2020-01-18)
48

59
- Revert next/image support until jimp module issue is resolved ([#149](https://github.com/netlify/next-on-netlify/pull/149))

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": "next-on-netlify",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
 (0)