From 52e0e70602990106c6aaab2b5d0fa8425eb24680 Mon Sep 17 00:00:00 2001 From: robertsLando Date: Fri, 17 May 2024 08:32:41 +0000 Subject: [PATCH] chore(release): 5.6.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ed87830..8e0e0509e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [5.6.1](https://github.com/mqttjs/MQTT.js/compare/v5.6.0...v5.6.1) (2024-05-17) + + +### Bug Fixes + +* update is-browser.ts to account `undefined` navigator ([#1868](https://github.com/mqttjs/MQTT.js/issues/1868)) ([0111a7a](https://github.com/mqttjs/MQTT.js/commit/0111a7af4b71f2a973a712a1f0df6574660d6ec0)), closes [/github.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea#commitcomment-142114121](https://github.com//github.com/mqttjs/MQTT.js/commit/6a03d29b86dc4fe8eae04eaf0f9fc661f1c3d1ea/issues/commitcomment-142114121) [/github.com/mqttjs/MQTT.js/pull/1868#pullrequestreview-2062507553](https://github.com//github.com/mqttjs/MQTT.js/pull/1868/issues/pullrequestreview-2062507553) + # [5.6.0](https://github.com/mqttjs/MQTT.js/compare/v5.5.6...v5.6.0) (2024-05-13) diff --git a/package-lock.json b/package-lock.json index a792d1937..b68b92c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mqtt", - "version": "5.6.0", + "version": "5.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mqtt", - "version": "5.6.0", + "version": "5.6.1", "license": "MIT", "dependencies": { "@types/readable-stream": "^4.0.5", diff --git a/package.json b/package.json index e39af6314..7a0568856 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mqtt", "description": "A library for the MQTT protocol", - "version": "5.6.0", + "version": "5.6.1", "contributors": [ "Adam Rudd ", "Matteo Collina (https://github.com/mcollina)",