Browse Source

Release 0.23.1

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

8
HISTORY.md

@ -1,4 +1,12 @@
0.23.1 / 2016-09-05
===================
* workaround for node-spdy bug
* index: filter empty entries
* alias: improve error
* fix whois-ns-fallback request once again (#143)
0.23.0 / 2016-09-02
===================

2
package.json

@ -1,6 +1,6 @@
{
"name": "now",
"version": "0.23.0",
"version": "0.23.1",
"description": "realtime instant node.js deployment with one command",
"readme": "",
"main": "./build/lib/index",

Loading…
Cancel
Save