Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
PR-URL: #39
  • Loading branch information
tshemsedinov committed Jul 7, 2022
1 parent c140c61 commit 2ba663a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
7 changes: 6 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.6][] - 2022-07-07

- Package maintenance

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

- Refresh package and update dependencieas
Expand Down Expand Up @@ -35,7 +39,8 @@
- New 'delete' event ('rename' event if ENOENT)
- Prevent duplicate path concatination

[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.5...HEAD
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.0.6...HEAD
[1.0.6]: https://github.com/metarhia/metawatch/compare/v1.0.5...v1.0.6
[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
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metawatch",
"version": "1.0.5",
"version": "1.0.6",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Deep nested directories watch for node.js",
"license": "MIT",
Expand Down Expand Up @@ -38,8 +38,8 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.yml\" \"**/*.ts\""
},
"devDependencies": {
"@types/node": "^18.0.0",
"eslint": "^8.11.0",
"@types/node": "^18.0.3",
"eslint": "^8.19.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
Expand Down

0 comments on commit 2ba663a

Please sign in to comment.