Skip to content

Commit 22a43a5

Browse files
committed
6.1.0
1 parent 2dcc339 commit 22a43a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.1.0 - 2018-05-16
6+
* Add a `detect` option for custom dependency detection [#63](https://github.com/browserify/module-deps/pull/63), [2dcc339](https://github.com/browserify/module-deps/commit/2dcc3399ee67ba51ed26d9a0605a8ccdc70c9db7)
7+
58
## 6.0.2 - 2018-03-28
69
* Fix missing 'file' event when file has a syntax error [#146](https://github.com/browserify/module-deps/pull/146)
710

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.0.2",
3+
"version": "6.1.0",
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)