Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
PR-URL: #37
  • Loading branch information
tshemsedinov committed Mar 18, 2022
1 parent b24ca2c commit bc489ff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [1.0.5][] - 2022-03-18

- Refresh package and update dependencieas

## [1.0.4][] - 2021-07-17

- Fix zero timeout
Expand Down Expand Up @@ -31,7 +35,9 @@
- New 'delete' event ('rename' event if ENOENT)
- Prevent duplicate path concatination

[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.3...HEAD
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/metarhia/metawatch/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/metarhia/metawatch/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/metarhia/metawatch/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/metarhia/metawatch/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/metarhia/metawatch/compare/v1.0.0...v1.0.1
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-2021 Metarhia contributors
Copyright (c) 2020-2022 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 @@ -36,6 +36,6 @@ watcher.on('delete', (fileName) => {

## License & Contributors

Copyright (c) 2020-2021 [Metarhia contributors](https://github.com/metarhia/metawatch/graphs/contributors).
Copyright (c) 2020-2022 [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.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metawatch",
"version": "1.0.4",
"version": "1.0.5",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Deep nested directories watch for node.js",
"license": "MIT",
Expand Down

0 comments on commit bc489ff

Please sign in to comment.