Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
PR-URL: #54
  • Loading branch information
tshemsedinov committed Dec 11, 2023
1 parent 7eadf82 commit 177be38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"env": {
"browser": true,
"es6": true,
"es2020": true,
"node": true
},
"parserOptions": {
Expand Down
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.2.1][] - 2023-12-11

- Update dependencies and package maintenance

## [1.2.0][] - 2023-10-27

- Update dependencies and package maintenance
Expand Down Expand Up @@ -64,7 +68,8 @@
- New 'delete' event ('rename' event if ENOENT)
- Prevent duplicate path concatination

[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.0...HEAD
[unreleased]: https://github.com/metarhia/metawatch/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/metarhia/metawatch/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/metarhia/metawatch/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/metarhia/metawatch/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/metarhia/metawatch/compare/v1.0.8...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "1.2.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Deep nested directories watch for node.js",
"license": "MIT",
Expand Down

0 comments on commit 177be38

Please sign in to comment.