From 9d9048d480ab521079d1e2219bf42ea068bf4f6c Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Fri, 23 Oct 2015 14:32:07 -0700 Subject: [PATCH] v1.8.14 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2908331a5..08133390a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ changelog ========= +10/23/2015 - 1.8.14 - Add Electron update binaries and tinker. Add IMEI/ICCID serial parsing. + 10/21/2015 - 1.8.13 - Update node-serialport dependency to require 2.0.1 or later. 10/20/2015 - 1.8.12 - Update system firmware to 0.4.7 for Photon/P1. diff --git a/package.json b/package.json index 79243b430..5c7358982 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.13", + "version": "1.8.14", "author": "David Middlecamp", "repository": { "type": "git",