Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
PR-URL: #47
  • Loading branch information
tshemsedinov authored Jun 4, 2023
1 parent ef18bae commit e99eec6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.1.1][] - 2023-06-04

- Fix options.timeout and don't use setTimeout for zero

## [1.1.0][] - 2023-06-03
Expand Down Expand Up @@ -57,7 +59,8 @@
- New 'delete' event ('rename' event if ENOENT)
- Prevent duplicate path concatination

[unreleased]: https://github.com/metarhia/metawatch/compare/v1.1.0...HEAD
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/metarhia/metawatch/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/metarhia/metawatch/compare/v1.0.8...v1.1.0
[1.0.8]: https://github.com/metarhia/metawatch/compare/v1.0.7...v1.0.8
[1.0.7]: https://github.com/metarhia/metawatch/compare/v1.0.6...v1.0.7
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metawatch",
"version": "1.1.0",
"version": "1.1.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Deep nested directories watch for node.js",
"license": "MIT",
Expand Down

0 comments on commit e99eec6

Please sign in to comment.