Skip to content

Commit 5c78cc5

Browse files
author
Yoseph Maguire
authored
Merge pull request mqttjs#1293 from mqttjs/release_6_21_2021_2
release: 4.2.8
2 parents 4c15f31 + 3b7b74f commit 5c78cc5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 4.2.8
4+
5+
### PR
6+
7+
Fix ws vulnerability and typescript bug (#1292)
8+
39
## 4.2.7
410

511
### PR
@@ -18,6 +24,6 @@ Improve Typescript Declaratiosn for userProperties (#1249)
1824

1925
Improve Documentation for Browserify (#1224)
2026

21-
# v4.2.6 and Below
27+
## v4.2.6 and Below
2228

2329
The release history has beend documented in the GitHub releases and tags historically.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mqtt",
33
"description": "A library for the MQTT protocol",
4-
"version": "4.2.7",
4+
"version": "4.2.8",
55
"contributors": [
66
"Adam Rudd <adamvrr@gmail.com>",
77
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",

0 commit comments

Comments
 (0)