Skip to content

Commit 20e4c74

Browse files
committed
Version 1.2.4
1 parent 2c05de0 commit 20e4c74

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.2.4][] - 2025-09-13
6+
7+
- Add more unit tests
8+
- Add simple docs and examples
9+
- Update .d.ts typings
10+
- Update dependencies
11+
- Remove node.js 21, 23 from CI, engine >=18
12+
- Use node.js native test runner instead of metatests
13+
514
## [1.2.3][] - 2025-05-21
615

716
- Add node.js 24 to CI
@@ -78,7 +87,8 @@
7887
- New 'delete' event ('rename' event if ENOENT)
7988
- Prevent duplicate path concatination
8089

81-
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.3...HEAD
90+
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.4...HEAD
91+
[1.2.4]: https://github.com/metarhia/metawatch/compare/v1.2.3...v1.2.4
8292
[1.2.3]: https://github.com/metarhia/metawatch/compare/v1.2.2...v1.2.3
8393
[1.2.2]: https://github.com/metarhia/metawatch/compare/v1.2.1...v1.2.2
8494
[1.2.1]: https://github.com/metarhia/metawatch/compare/v1.2.0...v1.2.1

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.2.3",
3+
"version": "1.2.4",
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)