Skip to content

Commit

Permalink
Merge pull request #366 from aws/v2.2.8
Browse files Browse the repository at this point in the history
2.2.8 pre-release
  • Loading branch information
bretambrose authored May 20, 2021
2 parents 18965c5 + 36a1441 commit 5245c18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 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.8](https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v2.2.8) (May 20, 2021)

Bugfixes/Improvements
- Updated mqtt dependency to latest version

## [2.2.7](https://github.com/aws/aws-iot-device-sdk-js/releases/tag/v2.2.7) (Sep 15, 2020)

Bugfixes/Improvements
Expand Down
16 changes: 8 additions & 8 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.7",
"version": "2.2.8",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand All @@ -28,23 +28,23 @@
"mqtt"
],
"dependencies": {
"mqtt": "2.18.8",
"crypto-js": "3.1.6",
"minimist": "1.2.5",
"websocket-stream": "^5.0.1",
"crypto-js": "3.1.6"
"mqtt": "4.2.6",
"websocket-stream": "^5.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-beautify": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-coverage": "^0.3.38",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^3.0.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.2.1",
"gulp-coverage": "^0.3.38",
"gulp-beautify": "^2.0.0",
"sinon": "^1.17.3",
"rewire": "^2.5.1"
"rewire": "^2.5.1",
"sinon": "^1.17.3"
},
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp.js test --verbose",
Expand Down

0 comments on commit 5245c18

Please sign in to comment.