From a9f2ed31608c04fd12383044dca08605313161d4 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Fri, 11 Sep 2015 14:14:27 -0700 Subject: [PATCH] v1.8.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a221916fd..6ea80e88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ changelog ========= +09/11/2015 - 1.8.0 - Add Electron setup. Update event publish description. + 09/09/2015 - 1.7.0 - Handle optional serial wifi prompt for cipher type. Add version to help commands. Add P1 tinker to known apps. Display Electron label in device list. Fix webhook type information being lost. Upgrade node-wifiscanner2 to work in more locales. 08/26/2015 - 1.6.9 - Re-add fixed P1 serial support. Fix device MAC address detection. diff --git a/package.json b/package.json index f637d5cd1..b55ca57f0 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.7.0", + "version": "1.8.0", "author": "David Middlecamp", "repository": { "type": "git",