diff --git a/CHANGELOG.md b/CHANGELOG.md index 281ecaff0..2fbabcb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d112945e8..d3eda73cb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "particle-cli", - "version": "3.14.0", + "version": "3.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "particle-cli", - "version": "3.14.0", + "version": "3.15.0", "license": "Apache-2.0", "dependencies": { "@particle/device-constants": "^3.3.0", diff --git a/package.json b/package.json index 704effc17..ae8b6a2d3 100644 --- a/package.json +++ b/package.json @@ -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"