Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Mar 3, 2020
1 parent 59389ee commit 9983f19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.0 - 3 March 2020

* Update `particle-usb` dependency so the `particle usb dfu` command confirms device is in DFU mode before exiting ([PR #555](https://github.com/particle-iot/particle-cli/pull/555))
* Update `wiring-preprocessor` dependency to have `Particle.h` included when running `particle preprocess` ([PR #554](https://github.com/particle-iot/particle-cli/pull/554))

## 2.1.1 - 7 February 2020

* Fix device transfer prompt in `particle cloud claim` command ([PR #549](https://github.com/particle-iot/particle-cli/pull/549))
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.1.1",
"version": "2.2.0",
"author": "David Middlecamp",
"bin": {
"particle": "./dist/index.js"
Expand Down

0 comments on commit 9983f19

Please sign in to comment.