Skip to content

Commit

Permalink
6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 3, 2020
1 parent 15f1ab5 commit ac7e85e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.2.3 - 2020-08-03
* Improve error message when dependencies cannot be found [#123](https://github.com/browserify/module-deps/pull/123)
* Upgrade `browser-resolve` to 2.0 [#164](https://github.com/browserify/module-deps/pull/164)

## 6.2.2 - 2019-12-13
* Update minimum required version of `detective` [#161](https://github.com/browserify/module-deps/pull/161)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "module-deps",
"version": "6.2.2",
"version": "6.2.3",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit ac7e85e

Please sign in to comment.