diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dcf0c..cdf6dc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/LICENSE b/LICENSE index addd29f..ce41cfe 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index c24adc8..5db7203 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 4a4afa7..87b2046 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metawatch", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index db67325..13aca86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metawatch", - "version": "1.0.4", + "version": "1.0.5", "author": "Timur Shemsedinov ", "description": "Deep nested directories watch for node.js", "license": "MIT",