Skip to content

Commit e0742be

Browse files
committed
6.0.0
1 parent 9fe46d5 commit e0742be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.0.0 - 2018-02-07
6+
* Ignore package.json files that do not contain JSON objects [#142](https://github.com/browserify/module-deps/pull/142)
7+
* Don't preserve symlinks when resolving transforms, matching Node resolution behaviour [#133](https://github.com/browserify/module-deps/pull/133)
8+
* Fix 'file' events with `persistentCache` [#127](https://github.com/browserify/module-deps/pull/127)
9+
* Add dependencies to a file when transforms emit 'dep' event [#141](https://github.com/browserify/module-deps/pull/141)
10+
511
## 5.0.1 - 2018-01-06
612
* Restore support for node < 4.0.0.
713

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