Skip to content

Commit e99eec6

Browse files
authored
Version 1.1.1
PR-URL: #47
1 parent ef18bae commit e99eec6

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.1.1][] - 2023-06-04
6+
57
- Fix options.timeout and don't use setTimeout for zero
68

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

60-
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.1.0...HEAD
62+
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.1.1...HEAD
63+
[1.1.1]: https://github.com/metarhia/metawatch/compare/v1.1.0...v1.1.1
6164
[1.1.0]: https://github.com/metarhia/metawatch/compare/v1.0.8...v1.1.0
6265
[1.0.8]: https://github.com/metarhia/metawatch/compare/v1.0.7...v1.0.8
6366
[1.0.7]: https://github.com/metarhia/metawatch/compare/v1.0.6...v1.0.7

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metawatch",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Deep nested directories watch for node.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)