From c8f6c05bf42a169965ab3f1370d76e46640a1a59 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 12 Feb 2016 11:17:36 -0800 Subject: [PATCH] bumpver for subsequent work --- CHANGES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a8bb302..a49fb16 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # node-triton changelog +## 4.5.2 (not yet released) + +(nothing yet) + + ## 4.5.1 - #92 `triton` CLI should summarize `err.body.errors` from CloudAPI diff --git a/package.json b/package.json index 278c8cc..d01f10f 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": "4.5.1", + "version": "4.5.2", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",