Browse Source

Release 0.24.0

master 0.24.0
Guillermo Rauch 8 years ago
parent
commit
d994bdb225
  1. 9
      HISTORY.md
  2. 2
      package.json

9
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
===================

2
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",

Loading…
Cancel
Save