Skip to content

Commit

Permalink
9.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Apr 9, 2015
1 parent 02aeb83 commit 8ef5af9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 8ef5af9

Please sign in to comment.