Skip to content

Commit e54f322

Browse files
committed
Release 0.4.0
1 parent 51402f0 commit e54f322

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.4.0 / 2014-08-12
3+
==================
4+
5+
* update browserify for security reasons
6+
* add history
7+
28
0.3.0 / 2014-07-13
39
==================
410

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-run",
33
"description": "Transform stream that executes JavaScript it receives in a real browser and outputs console output",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/juliangruber/browser-run.git"
@@ -41,4 +41,4 @@
4141
"url": "http://juliangruber.com"
4242
},
4343
"license": "MIT"
44-
}
44+
}

0 commit comments

Comments
 (0)