From 8ef5af9b45270ff3a438ebd1429f57315570d064 Mon Sep 17 00:00:00 2001 From: James Halliday Date: Thu, 9 Apr 2015 01:35:14 -0700 Subject: [PATCH] 9.0.8 --- changelog.markdown | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.markdown b/changelog.markdown index 6dec9edd1..4cbbdb7be 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,3 +1,10 @@ +# 9.0.8 + +makes `.require({ expose: 'name' })` and `require('name')` work at the same time + +https://github.com/substack/node-browserify/issues/850 +https://github.com/substack/node-browserify/pull/1202 + # 9.0.7 fixes an issue with catching error events on the b.bundle() stream diff --git a/package.json b/package.json index 6add12049..4fbe037f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserify", - "version": "9.0.7", + "version": "9.0.8", "description": "browser-side require() the node way", "main": "index.js", "bin": {