Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gliviu committed Apr 20, 2020
1 parent aa35b5f commit 1961043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ If entries are different because of symlinks, `reason` will be `different-symlin
```

# Changelog
* v2.3.0 fixes
* v2.1.0 remove [bluebird](https://github.com/petkaantonov/bluebird/#note) dependency
* v2.0.0
* New option to compare symlinks.
Expand Down
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": "dir-compare",
"version": "2.2.0",
"version": "2.3.0",
"description": "Node JS directory compare",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 1961043

Please sign in to comment.