This commit is contained in:
Trent Mick 2017-06-29 10:55:12 -07:00
parent 9f17d668c9
commit 87b196ac31
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ Known issues:
## not yet released
(nothing yet)
## 5.2.1
- [joyent/node-triton#193] Fix possible CLI crash with `triton ssh ...` if the
instance's image doesn't have any tags.
- [joyent/node-triton#213] commands fail unhelpfully when `cliSetupTritonApi`

View File

@ -1,7 +1,7 @@
{
"name": "triton",
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
"version": "5.2.0",
"version": "5.2.1",
"author": "Joyent (joyent.com)",
"homepage": "https://github.com/joyent/node-triton",
"dependencies": {