Skip to content

Commit

Permalink
3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 8, 2024
1 parent 3d95fd3 commit b7d1aef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# 3.23.1 - May 8 2024
* Fix assets flashing to accept renamed files

# 3.23.0 - May 8 2024
* Add new CLI package structure
* Add `particle update-cli --disable-updates` to disable update checks
* Add `particle update-cli --enable-updates` to enable update checks
* Add `particle update-cli --version` to update to a specific version

# 3.22.0 - Mar 26 2024
* Remove yeoman generator and use the new project structure
* Use `serial` to configure wifi devices
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": "3.23.0",
"version": "3.23.1",
"author": "David Middlecamp",
"bin": {
"particle": "./src/index.js"
Expand Down

0 comments on commit b7d1aef

Please sign in to comment.