diff --git a/History.md b/History.md index 1a61bb8..7a7bac3 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.12.0 / 2016-04-29 +=================== + + * fix multiple files with same sha [@rase-] + 0.11.0 / 2016-04-24 =================== diff --git a/package.json b/package.json index 3a45754..c3b4ab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.11.0", + "version": "0.12.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index", @@ -55,8 +55,8 @@ "estraverse-fb": "1.3.1" }, "scripts": { - "gulp": "gulp", - "test": "ava" + "test": "ava", + "prepublish": "gulp" }, "babel": { "presets": [