Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Aug 3, 2020
1 parent 291de53 commit 92de7a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.8.0 - 3 August 2020

* Add `particle product device remove` command to remove a device from a product (see `--help` for details)

## 2.7.2 - 13 July 2020

* Handle unresponsive devices when running `particle usb list`
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.7.2",
"version": "2.8.0",
"author": "David Middlecamp",
"bin": {
"particle": "./dist/index.js"
Expand Down

0 comments on commit 92de7a3

Please sign in to comment.