Skip to content

Commit e6fc579

Browse files
committed
release: 4.2.7
1 parent 6d817af commit e6fc579

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release History
2+
3+
## 4.2.7
4+
5+
### PR
6+
7+
#1287 - Fix production vulnerabilities (#1289)
8+
9+
#1215 - Add missing 'duplexify' dependency (#1266)
10+
11+
Improve type definition for 'wsOptions' (#1256)
12+
13+
Improve Typescript Declaratiosn for userProperties (#1249)
14+
15+
#1235 - Call the end on the WebSocket stream when WebSocket close event is emitted. (#1239)
16+
17+
#1201 - Uncaught TypeError: net.createConnection is not a function. (#1236)
18+
19+
Improve Documentation for Browserify (#1224)
20+
21+
# v4.2.6 and Below
22+
23+
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.6",
4+
"version": "4.2.7",
55
"contributors": [
66
"Adam Rudd <adamvrr@gmail.com>",
77
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",

0 commit comments

Comments
 (0)