Skip to content

Commit f16fda2

Browse files
committed
Version 1.2.3
1 parent 3451106 commit f16fda2

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [1.2.3][] - 2025-05-21
6+
7+
- Add node.js 24 to CI
8+
- Update dependencies
9+
510
## [1.2.2][] - 2024-08-30
611

712
- Update eslint to 9.x and prettier with configs
@@ -73,7 +78,9 @@
7378
- New 'delete' event ('rename' event if ENOENT)
7479
- Prevent duplicate path concatination
7580

76-
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.1...HEAD
81+
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.3...HEAD
82+
[1.2.3]: https://github.com/metarhia/metawatch/compare/v1.2.2...v1.2.3
83+
[1.2.2]: https://github.com/metarhia/metawatch/compare/v1.2.1...v1.2.2
7784
[1.2.1]: https://github.com/metarhia/metawatch/compare/v1.2.0...v1.2.1
7885
[1.2.0]: https://github.com/metarhia/metawatch/compare/v1.1.1...v1.2.0
7986
[1.1.1]: https://github.com/metarhia/metawatch/compare/v1.1.0...v1.1.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 Metarhia contributors
3+
Copyright (c) 2020-2025 Metarhia contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ watcher.on('after', (changes) => {
4444

4545
## License & Contributors
4646

47-
Copyright (c) 2020-2024 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors).
47+
Copyright (c) 2020-2025 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors).
4848
Metawatch is [MIT licensed](./LICENSE).
4949
Metawatch is a part of [Metarhia](https://github.com/metarhia) technology stack.

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