Skip to content

Commit

Permalink
3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Sep 19, 2023
1 parent e47b542 commit ab581f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 3.15.0 - Sep 19 2023

* Rework `particle flash --usb` command to use the CLI flasher
* Invalidate 128k user part when required
* Use the latest version of `particle-api-js`
* Add notes for e2e tests

# 3.14.0 - Sep 6 2023

* Update command uses local flash and can target any Device OS version
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.14.0",
"version": "3.15.0",
"author": "David Middlecamp",
"bin": {
"particle": "./src/index.js"
Expand Down

0 comments on commit ab581f5

Please sign in to comment.