diff --git a/History.md b/History.md index 7a7bac3..9b56aac 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +0.13.0 / 2016-05-12 +=================== + + * add warning reports for `/create` [@rauchg, @rase-] + * migrate to `api.zeit.co` [@rauchg] + 0.12.0 / 2016-04-29 =================== diff --git a/package.json b/package.json index c3b4ab5..66f827f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.12.0", + "version": "0.13.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",