From bd3e05100ec0fb8b939a196cfc57aaf93557fb4e Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Fri, 11 Sep 2015 19:46:47 -0700 Subject: [PATCH] v1.8.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217e2d97f..98ef9767a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ changelog ========= +09/11/2015 - 1.8.2 - Critical fix to system firmware 0.4.5 + 09/11/2015 - 1.8.1 - Update system firmware to 0.4.5 09/11/2015 - 1.8.0 - Add Electron setup. Update event publish description. diff --git a/package.json b/package.json index 9a20d863a..533238b2e 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.1", + "version": "1.8.2", "author": "David Middlecamp", "repository": { "type": "git",