Skip to content

Commit

Permalink
release(4.2.6): bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoseph Maguire committed Nov 24, 2020
1 parent 9d45d61 commit 13e6304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mqtt",
"description": "A library for the MQTT protocol",
"version": "4.2.5",
"version": "4.2.6",
"contributors": [
"Adam Rudd <adamvrr@gmail.com>",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"ci": "npm run tslint && npm run typescript-compile-test && npm run test && codecov"
},
"pre-commit": [
"test",
"pretest",
"tslint"
],
"bin": {
Expand Down

0 comments on commit 13e6304

Please sign in to comment.