Skip to content

Commit

Permalink
3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Oct 16, 2023
1 parent 36251ff commit 6ddd600
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

# 3.17.0 - Oct 16 2023

* `particle flash --local` now works offline
* Device selector on `particle flash` `particle flash --local` `particle update` now retrieve more information
* Fix Pick wrong device to flash when multiple devices are connected
* `particle flash --usb` is aware of the required device mode depending on the binary
* Update `particle-usb` dependency to `2.4.1`

# 3.16.1 - Oct 2 2023

* Revert unintentional change to particle serial commands
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.16.1",
"version": "3.17.0",
"author": "David Middlecamp",
"bin": {
"particle": "./src/index.js"
Expand Down

0 comments on commit 6ddd600

Please sign in to comment.