Skip to content

Commit fe78288

Browse files
authored
release: 4.3.6 (mqttjs#1425)
* bump version and update changelog
1 parent f5ab1b5 commit fe78288

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 4.3.6
4+
5+
chore: update CI
6+
fix(browser): require buffer (#1420)
7+
fix(types): connect function proper overloads (#1416)
8+
39
## 4.3.5
410

511
fix(drain-leak): fix regression introduced in #1301 (#1401)
@@ -90,4 +96,4 @@ Improve Documentation for Browserify (#1224)
9096

9197
## v4.2.6 and Below
9298

93-
The release history has beend documented in the GitHub releases and tags historically.
99+
The release history has been documented in the GitHub releases and tags historically.

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

0 commit comments

Comments
 (0)