Skip to content

Commit 6ce6cb8

Browse files
robertsLandorobertsLando
robertsLando
authored and
robertsLando
committed
chore(release): 5.2.1
1 parent 80e29a9 commit 6ce6cb8

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [5.2.1](https://github.com/mqttjs/MQTT.js/compare/v5.2.0...v5.2.1) (2023-11-10)
4+
5+
6+
### Bug Fixes
7+
8+
* make `import mqtt from 'mqtt'` work in browsers ([#1734](https://github.com/mqttjs/MQTT.js/issues/1734)) ([80e29a9](https://github.com/mqttjs/MQTT.js/commit/80e29a9dc6bb6ad51a7ac968361a550bc1da68cb))
9+
310
# [5.2.0](https://github.com/mqttjs/MQTT.js/compare/v5.1.4...v5.2.0) (2023-11-09)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.2.0",
4+
"version": "5.2.1",
55
"contributors": [
66
"Adam Rudd <[email protected]>",
77
"Matteo Collina <[email protected]> (https://github.com/mcollina)",
@@ -38,7 +38,7 @@
3838
"exports": {
3939
".": {
4040
"browser": {
41-
"import": "./dist/mqtt.esm.js",
41+
"import": "./dist/mqtt.esm.js",
4242
"default": "./dist/mqtt.js"
4343
},
4444
"default": "./build/mqtt.js"

0 commit comments

Comments
 (0)