diff --git a/CHANGES.md b/CHANGES.md index d88cee7..fd168c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # node-triton changelog +## 2.1.1 (not yet released) + +(nothing yet) + + ## 2.1.0 - Errors and exit status: Change `Usage` errors to always have an exit status diff --git a/package.json b/package.json index a5162e1..509a973 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "triton", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", - "version": "2.1.0", + "version": "2.1.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.1.5",