Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 30, 2024
1 parent a69e692 commit 897a997
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 77 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [1.2.2][] - 2024-08-30

- Update eslint to 9.x and prettier with configs
- Add node.js 22 to CI

## [1.2.1][] - 2023-12-11

- Update dependencies and package maintenance
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 Metarhia contributors
Copyright (c) 2020-2024 Metarhia contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ watcher.on('after', (changes) => {

## License & Contributors

Copyright (c) 2020-2023 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors).
Copyright (c) 2020-2024 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors).
Metawatch is [MIT licensed](./LICENSE).
Metawatch is a part of [Metarhia](https://github.com/metarhia) technology stack.
136 changes: 63 additions & 73 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metawatch",
"version": "1.2.1",
"version": "1.2.2",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Deep nested directories watch for node.js",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/node": "^22.3.0",
"eslint": "^9.9.0",
"eslint-config-metarhia": "^9.0.3",
"eslint-config-metarhia": "^9.0.4",
"metatests": "^0.8.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
Expand Down

0 comments on commit 897a997

Please sign in to comment.