From 0f58157cd58cdc45e056f5602600fd9202134f14 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Tue, 3 Nov 2015 10:24:38 -0800 Subject: [PATCH] v1.8.16 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2103c0f..88dc193e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ changelog ========= +11/03/2015 - 1.8.16 - Add `bluz` to cloud compile platforms + 10/30/2015 - 1.8.15 - Update Electron binaries to v0.0.3-rc.2 10/23/2015 - 1.8.14 - Add Electron update binaries and tinker. Add IMEI/ICCID serial parsing. diff --git a/package.json b/package.json index f4ed65835..ff473cb12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "particle-cli", "description": "Simple Node commandline application for working with your Particle devices and using the Particle Cloud", - "version": "1.8.15", + "version": "1.8.16", "author": "David Middlecamp", "repository": { "type": "git",