Skip to content

Commit

Permalink
9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Feb 21, 2015
1 parent 5a9d3fb commit 8d1a880
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.markdown
@@ -1,3 +1,13 @@
# 9.0.3

fixes a problem with deduping for json files.

This caused problems for running bundle() multiple times on the same instance
with caching turned on, which people reported encountering using watchify.

https://github.com/substack/node-browserify/issues/1101
https://github.com/substack/watchify/issues/143

# 9.0.2

fixes a bug where transforms in `opts.transform` were getting run twice
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "9.0.2",
"version": "9.0.3",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 8d1a880

Please sign in to comment.