diff --git a/CHANGELOG.md b/CHANGELOG.md index db91289..355ab42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d635236..8670fa3 100644 --- a/package.json +++ b/package.json @@ -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": {