diff --git a/Changelog.md b/Changelog.md index 62299f8..949f0f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.4 + +* Fix `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` error for Node v14. + +# Changelog + ## 0.6.3 * Types: Allow watching multiple files. diff --git a/README.md b/README.md index 2791713..b280f76 100644 --- a/README.md +++ b/README.md @@ -197,4 +197,4 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co ## License MIT -Copyright (c) 2012-2018 [yuanchuan](https://github.com/yuanchuan) +Copyright (c) 2020 [yuanchuan](https://github.com/yuanchuan) diff --git a/package.json b/package.json index c5f400d..33a4687 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "watch", "watchfile" ], - "version": "0.6.3", + "version": "0.6.4", "bugs": { "url": "https://github.com/yuanchuan/node-watch/issues" },