Skip to content

Commit 897a997

Browse files
committed
Version 1.2.2
1 parent a69e692 commit 897a997

5 files changed

Lines changed: 72 additions & 77 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.2.2][] - 2024-08-30
6+
7+
- Update eslint to 9.x and prettier with configs
8+
- Add node.js 22 to CI
9+
510
## [1.2.1][] - 2023-12-11
611

712
- Update dependencies and package maintenance

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-2023 Metarhia contributors
3+
Copyright (c) 2020-2024 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-2023 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors).
47+
Copyright (c) 2020-2024 [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: 63 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metawatch",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Deep nested directories watch for node.js",
66
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@types/node": "^22.3.0",
4242
"eslint": "^9.9.0",
43-
"eslint-config-metarhia": "^9.0.3",
43+
"eslint-config-metarhia": "^9.0.4",
4444
"metatests": "^0.8.2",
4545
"prettier": "^3.3.3",
4646
"typescript": "^5.5.4"

0 commit comments

Comments
 (0)