diff --git a/HISTORY.md b/HISTORY.md index 15842bf..80586b3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,13 @@ +0.24.0 / 2016-09-09 +=================== + + * now rm: remove by app name [@rauchg] + * fix ignore implementation [@rauchg] + * bump pkg to 3.0.0-beta.6 [@rauchg] + * make indendation consistent in listings [@rauchg] + * add totals to listings and fix plurals [@rauchg] + 0.23.1 / 2016-09-05 =================== diff --git a/package.json b/package.json index d7a8607..7878890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "now", - "version": "0.23.1", + "version": "0.24.0", "description": "realtime instant node.js deployment with one command", "readme": "", "main": "./build/lib/index",