Skip to content

Commit

Permalink
1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technobly committed Jul 12, 2019
1 parent da1155f commit 3fd0f75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.43.0 - 11 July 2019

* Updated binaries for Device OS 1.2.1
* Removed Ascender mechanism for updating bootloaders and replaced with shiny new 🌟 feature implemented in [Device OS PR 1788](https://github.com/particle-iot/device-os/pull/1788) that allows us to flash the bootloader via DFU with special sequence.

## 1.42.0 - 28 June 2019

* Updates bootloader on Photon and P1 to Device OS v1.1.1's latest version (v301), even though (v201) is only required. [#496](https://github.com/particle-iot/particle-cli/pull/496)
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": "1.42.0",
"version": "1.43.0",
"author": "David Middlecamp",
"bin": {
"particle": "./dist/index.js"
Expand Down

0 comments on commit 3fd0f75

Please sign in to comment.