This commit is contained in:
Trent Mick 2017-03-17 12:14:20 -07:00
parent f27d502d92
commit a8f4b57ba3
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ Known issues:
## not yet released ## not yet released
## 5.1.1
- [joyent/node-triton#190] Fix `triton profile create|docker-setup` breakage
with latest "17.03.*" versions of `docker` installed.
- [joyent/node-triton#148] Fix `triton profile edit ...` to work with an - [joyent/node-triton#148] Fix `triton profile edit ...` to work with an
"EDITOR" environment variable with quotes and spaces. "EDITOR" environment variable with quotes and spaces.
- [joyent/node-triton#183] `triton profile create` will no longer use ANSI - [joyent/node-triton#183] `triton profile create` will no longer use ANSI

View File

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