We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51402f0 commit e54f322Copy full SHA for e54f322
History.md
@@ -1,4 +1,10 @@
1
2
+0.4.0 / 2014-08-12
3
+==================
4
+
5
+ * update browserify for security reasons
6
+ * add history
7
8
0.3.0 / 2014-07-13
9
==================
10
package.json
@@ -1,7 +1,7 @@
{
"name": "browser-run",
"description": "Transform stream that executes JavaScript it receives in a real browser and outputs console output",
- "version": "0.3.0",
+ "version": "0.4.0",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/browser-run.git"
@@ -41,4 +41,4 @@
41
"url": "http://juliangruber.com"
42
},
43
"license": "MIT"
44
-}
+}
0 commit comments