Skip to content

Commit 11bb9bd

Browse files
robertsLandorobertsLando
robertsLando
authored and
robertsLando
committed
chore(release): 5.8.1
1 parent 8e14d3e commit 11bb9bd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [5.8.1](https://github.com/mqttjs/MQTT.js/compare/v5.8.0...v5.8.1) (2024-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* connect after client.end not working ([#1902](https://github.com/mqttjs/MQTT.js/issues/1902)) ([fbe5294](https://github.com/mqttjs/MQTT.js/commit/fbe52949b47378768fd325f01682a766a5965dfe))
9+
* reschedule pings problem ([#1904](https://github.com/mqttjs/MQTT.js/issues/1904)) ([8e14d3e](https://github.com/mqttjs/MQTT.js/commit/8e14d3eac01f4fcccfc1ee657e0158d0644951ce))
10+
311
# [5.8.0](https://github.com/mqttjs/MQTT.js/compare/v5.7.3...v5.8.0) (2024-07-05)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "5.8.0",
4+
"version": "5.8.1",
55
"contributors": [
66
"Adam Rudd <adamvrr@gmail.com>",
77
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",

0 commit comments

Comments
 (0)