Skip to content

Commit

Permalink
1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed Jun 18, 2018
1 parent 18a4741 commit 32b88f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.31.0 - 18 June 2018

* Improve error handling [#422](https://github.com/particle-iot/particle-cli/pull/422)
* Document the update-cli command [#425](https://github.com/particle-iot/particle-cli/pull/425)
* Remove Electron flash data warning [#426](https://github.com/particle-iot/particle-cli/pull/426)

## 1.30.0 - 4 June 2018

* Include binaries for firmware 0.7.0 (with bootloader updater "ascender" app for Photon/P1)[#408](https://github.com/particle-iot/particle-cli/pull/418)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.30.0",
"version": "1.31.0",
"author": "David Middlecamp",
"bin": {
"particle": "./bin/particle.js"
Expand Down

0 comments on commit 32b88f1

Please sign in to comment.