From bbbe2d22b8223802ed4acb3fd08d4c58b4cb8746 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Fri, 2 Oct 2015 16:17:26 -0700 Subject: [PATCH] v1.8.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705f1779e..2e3880a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ changelog ========= +10/02/2015 - 1.8.7 - revert Electron modular settings and update binaries + 10/02/2015 - 1.8.6 - Include voodoospark v3.0.0 binary. 10/01/2015 - 1.8.5 - Update system firmware to 0.4.6 for Photon/P1. diff --git a/package.json b/package.json index a12666d6f..c123b7386 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.6", + "version": "1.8.7", "author": "David Middlecamp", "repository": { "type": "git",