Skip to content

Commit

Permalink
Release of version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengsongAWS committed Feb 6, 2018
1 parent 234d170 commit a3ac855
Show file tree
Hide file tree
Showing 2 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,3 +1,8 @@
## [2.2.1](https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v2.2.1) (Jan 24, 2018)

Bugfixes/Imporovements
- Upgrade MQTT.js to 2.15.1 to address security issue

## [2.2.0](https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v2.2.0) (Nov 29, 2017)

Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-iot-device-sdk",
"description": "AWS IoT Node.js SDK for Embedded Devices",
"version": "2.2.0",
"version": "2.2.1",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand All @@ -28,7 +28,7 @@
"mqtt"
],
"dependencies": {
"mqtt": "2.14.0",
"mqtt": "2.15.1",
"minimist": "1.2.0",
"websocket-stream": "^5.0.1",
"crypto-js": "3.1.6"
Expand Down

0 comments on commit a3ac855

Please sign in to comment.