Skip to content

Commit

Permalink
1.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Jun 10, 2019
1 parent f08017d commit f01ce90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.41.2 - 10 June 2019
* Move `core-js` from `devDependencies` to `dependencies` (fixes [#491](https://github.com/particle-iot/particle-cli/issues/491))
* Update `wiring-preprocessor` to `v2.0.1`, show generated file warning when coverting `.ino` -> `.cpp`

## 1.41.1 - 29 May 2019
* Add `particle usb reset` support for devices in DFU mode [#488](https://github.com/particle-iot/particle-cli/pull/488)

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.41.1",
"version": "1.41.2",
"author": "David Middlecamp",
"bin": {
"particle": "./dist/index.js"
Expand Down

0 comments on commit f01ce90

Please sign in to comment.