Skip to content

Commit ac7e85e

Browse files
committed
6.2.3
1 parent 15f1ab5 commit ac7e85e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 6.2.3 - 2020-08-03
6+
* Improve error message when dependencies cannot be found [#123](https://github.com/browserify/module-deps/pull/123)
7+
* Upgrade `browser-resolve` to 2.0 [#164](https://github.com/browserify/module-deps/pull/164)
8+
59
## 6.2.2 - 2019-12-13
610
* Update minimum required version of `detective` [#161](https://github.com/browserify/module-deps/pull/161)
711

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "module-deps",
3-
"version": "6.2.2",
3+
"version": "6.2.3",
44
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)