Skip to content

Commit

Permalink
Merge branch 'main' into issue-1947-reconnect-on-connack-fail
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Nov 13, 2024
2 parents fcccb81 + 938d41e commit 8c56bad
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 49 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:

jobs:
release:
permissions:
contents: write
id-token: write
runs-on: [ubuntu-latest]
strategy:
matrix:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [5.10.2](https://github.com/mqttjs/MQTT.js/compare/v5.10.1...v5.10.2) (2024-11-13)


### Features

* **electron-test:** move third hosted broker to self hosted broker ([#1926](https://github.com/mqttjs/MQTT.js/issues/1926)) ([1ca3f9e](https://github.com/mqttjs/MQTT.js/commit/1ca3f9e37f6ef7fe86307e292042c6542ca35241))

## [5.10.1](https://github.com/mqttjs/MQTT.js/compare/v5.10.0...v5.10.1) (2024-08-28)


Expand Down
96 changes: 49 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mqtt",
"description": "A library for the MQTT protocol",
"version": "5.10.1",
"version": "5.10.2",
"contributors": [
"Adam Rudd <[email protected]>",
"Matteo Collina <[email protected]> (https://github.com/mcollina)",
Expand Down Expand Up @@ -95,6 +95,9 @@
}
}
},
"publishConfig": {
"provenance": true
},
"pre-commit": [
"lint"
],
Expand All @@ -116,7 +119,7 @@
"help-me": "^5.0.0",
"lru-cache": "^10.0.1",
"minimist": "^1.2.8",
"mqtt-packet": "^9.0.0",
"mqtt-packet": "^9.0.1",
"number-allocator": "^1.0.14",
"readable-stream": "^4.4.2",
"reinterval": "^1.1.0",
Expand Down

0 comments on commit 8c56bad

Please sign in to comment.