We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fb8df commit b4925d0Copy full SHA for b4925d0
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 4.3.3
4
+
5
+fix(publish): call callback when messageId available (#1393)
6
7
+fix: remove collections.js depdendency from number-allocator (#1394)
8
9
+### PR
10
11
+fix(dependencies): update collections (#1386)
12
13
## 4.3.2
14
15
### PR
package.json
@@ -1,7 +1,7 @@
{
"name": "mqtt",
"description": "A library for the MQTT protocol",
- "version": "4.3.2",
+ "version": "4.3.3",
"contributors": [
"Adam Rudd <adamvrr@gmail.com>",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
0 commit comments