Skip to content

Commit

Permalink
release: 4.3.6 (#1425)
Browse files Browse the repository at this point in the history
* bump version and update changelog
  • Loading branch information
YoDaMa committed Feb 17, 2022
1 parent f5ab1b5 commit fe78288
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 4.3.6

chore: update CI
fix(browser): require buffer (#1420)
fix(types): connect function proper overloads (#1416)

## 4.3.5

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

## v4.2.6 and Below

The release history has beend documented in the GitHub releases and tags historically.
The release history has been documented in the GitHub releases and tags historically.
4 changes: 2 additions & 2 deletions package-lock.json

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

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

0 comments on commit fe78288

Please sign in to comment.