We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329603f commit 2ada255Copy full SHA for 2ada255
HISTORY.md
@@ -1,3 +1,11 @@
1
+
2
+4.1.0 / 2016-06-09
3
+==================
4
5
+ * add prepublish command to npm scripts [@julianduque]
6
+ * replace `commander` with `args` (more lightweight) [@leo]
7
+ * improvements to build process [@leo]
8
9
4.0.0 / 2016-06-07
10
==================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "micro",
- "version": "4.0.0",
+ "version": "4.1.0",
"description": "Async HTTP microservices",
"author": "rauchg",
"repository": "zeit/micro",
0 commit comments