v0.2.1
This commit is contained in:
parent
2c1dcfab08
commit
ff6fbcd84b
|
@ -1,3 +1,8 @@
|
|||
# v0.2.1
|
||||
|
||||
- Add some more type checking
|
||||
- Ignore `error` events from `FSWatcher`, as Windows seems to like emitting these sometimes
|
||||
|
||||
# v0.2.0
|
||||
|
||||
- Report directory stats and events
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cheap-watch",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "If it works, why use something else?",
|
||||
"keywords": [
|
||||
"async",
|
||||
|
|
Loading…
Reference in New Issue