We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5db7ab + 2bca3f9 commit 4abd8e4Copy full SHA for 4abd8e4
2 files changed
CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
9
+## [2.2.1] - 2022-10-13
10
+
11
+### Fixed
12
+ - Fixed Typescript definitions for custom authentication mechanisms #1459
13
14
## [2.2.0] - 2022-08-16
15
16
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kafkajs",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "A modern Apache Kafka client for node.js",
5
"author": "Tulio Ornelas <ornelas.tulio@gmail.com>",
"main": "index.js",
0 commit comments