Skip to content

Commit 55f6bc9

Browse files
authored
release(4.3.7): bump version (#1450)
1 parent accd78e commit 55f6bc9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,37 @@
11
# Release History
22

3+
## 4.3.7
4+
5+
### PR
6+
7+
fix: regression from #1401 and allow CI test failures to break gitthub workflow (#1443)
8+
39
## 4.3.6
410

11+
### PR
12+
513
chore: update CI
14+
615
fix(browser): require buffer (#1420)
16+
717
fix(types): connect function proper overloads (#1416)
818

919
## 4.3.5
1020

21+
### PR
22+
1123
fix(drain-leak): fix regression introduced in #1301 (#1401)
1224

1325
## 4.3.4
1426

27+
### PR
28+
1529
fix(dependency): migrate LruMap from collections to lru-cache (#1396)
1630

1731
## 4.3.3
1832

33+
### PR
34+
1935
fix(publish): call callback when messageId available (#1393)
2036

2137
fix: remove collections.js depdendency from number-allocator (#1394)

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.3.6",
4+
"version": "4.3.7",
55
"contributors": [
66
"Adam Rudd <[email protected]>",
77
"Matteo Collina <[email protected]> (https://github.com/mcollina)",

0 commit comments

Comments
 (0)