Skip to content

Commit

Permalink
Release 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 5, 2021
1 parent e2c083b commit 70da198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The `FsEventsInfo` has the following shape:
*/
{
"event": "created", // {FsEventsEvent}
"path": "file.txt",
"path": "file.txt",
"type": "file", // {FsEventsType}
"changes": {
"inode": true, // Had iNode Meta-Information changed
Expand All @@ -64,10 +64,10 @@ The `FsEventsInfo` has the following shape:
}
```

## Engine compatibility
## Changelog

- v2.3 supports Apple Silicon ARM CPUs
- v2 supports node 8.16+
- v2 supports node 8.16+ and reduces package size massively
- v1.2.8 supports node 6+
- v1.2.7 supports node 4+

Expand Down

0 comments on commit 70da198

Please sign in to comment.