Skip to content

Commit

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

## 6.2.1 - 2019-05-24
* Update minimum required version of `cached-path-relative` [#155](https://github.com/browserify/module-deps/pull/155)
* Add CI testing on Windows [#152](https://github.com/browserify/module-deps/pull/152)
* Add CI testing on recent Node.js versions (10, 11, 12) [#157](https://github.com/browserify/module-deps/pull/157)

## 6.2.0 - 2018-11-13
* Add `.dirname` property to the object given to `opts.resolve` [#154](https://github.com/browserify/module-deps/pull/154)

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.0",
"version": "6.2.1",
"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 4d900ba

Please sign in to comment.