From 8d1a880a9fb35e4a81a2b0c0cfd070c00d78bf39 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Sat, 21 Feb 2015 01:57:21 -0800 Subject: [PATCH] 9.0.3 --- changelog.markdown | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.markdown b/changelog.markdown index 03b5a3efc..bbe7efb41 100644 --- a/changelog.markdown +++ b/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 diff --git a/package.json b/package.json index 6b77aef96..1175d236f 100644 --- a/package.json +++ b/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": {