Skip to content

Commit

Permalink
8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Dec 2, 2019
1 parent c57e5ed commit 348569d
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 244 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# changelog

## 8.0.1 - 2 December 2019
* Update to latest superagent to fix deprecation warnings in Node v12

## 8.0.0 - 30 July 2019

* EventStream returned by getEventStream handles errors better [PR #99](https://github.com/particle-iot/particle-api-js/pull/99).
Expand Down
298 changes: 150 additions & 148 deletions dist/particle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/particle.min.js.map

Large diffs are not rendered by default.

185 changes: 92 additions & 93 deletions docs/api.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.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,6 +1,6 @@
{
"name": "particle-api-js",
"version": "8.0.0",
"version": "8.0.1",
"description": "Particle API Client",
"main": "lib/Particle.js",
"scripts": {
Expand Down

0 comments on commit 348569d

Please sign in to comment.