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": {