Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Feb 6, 2020
1 parent 603726f commit e3a4328
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

## 2.1.0 - 6 February 2020

* Display info about product firmware in `particle binary inspect` command ([PR #546](https://github.com/particle-iot/particle-cli/pull/546))
* Add a command `particle usb setup-done` to set and clear the "setup done" flag ([PR #547](https://github.com/particle-iot/particle-cli/pull/547))
* Recognize B5 SoM platform ([PR #548](https://github.com/particle-iot/particle-cli/pull/548))

## 2.0.1 - 19 December 2019

* `particle keys` commands handle file paths with spaces
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "2.0.1",
"version": "2.1.0",
"author": "David Middlecamp",
"bin": {
"particle": "./dist/index.js"
Expand Down

0 comments on commit e3a4328

Please sign in to comment.