Skip to content

Commit 3ee6d39

Browse files
authored
Version bump to 1.6.0 (#385)
* Version bump to 1.6.0 * Change 1.6.0->1.6.0-dev * 1.6.0-dev->1.6.0
1 parent 890f9ec commit 3ee6d39

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ For guidelines on contributing please see [CONTRIBUTING.md](CONTRIBUTING.md)
118118
| 1.4.0 | 2.11.0 |
119119
| 1.4.1 | 2.11.1 |
120120
| 1.5.0 | 2.11.1 |
121+
| 1.6.0 | 2.12.0 |
121122

122123
This mapping is applicable if you're using a pre-built binary. Otherwise, you can check the librdkafka version with the following command:
123124

lib/error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LibrdKafkaError.wrap = errorWrap;
2828
* @constant
2929
* @memberof RdKafka
3030
*/
31-
// ====== Generated from librdkafka 2.12.0-RC2 file src-cpp/rdkafkacpp.h ======
31+
// ====== Generated from librdkafka 2.12.0 file src-cpp/rdkafkacpp.h ======
3232
LibrdKafkaError.codes = {
3333

3434
/* Internal errors to rdkafka: */

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252
return list;
5353
};
5454

55-
util.bindingVersion = '1.6.0-rc4';
55+
util.bindingVersion = '1.6.0';

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "1.6.0-rc4",
3+
"version": "1.6.0",
44
"description": "Node.js bindings for librdkafka",
5-
"librdkafka": "2.12.0-RC2",
6-
"librdkafka_win": "2.12.0-RC2",
5+
"librdkafka": "2.12.0",
6+
"librdkafka_win": "2.12.0",
77
"main": "lib/index.js",
88
"types": "types/index.d.ts",
99
"scripts": {

schemaregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/schemaregistry",
3-
"version": "1.6.0-rc4",
3+
"version": "1.6.0",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

types/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ====== Generated from librdkafka 2.12.0-RC2 file CONFIGURATION.md ======
1+
// ====== Generated from librdkafka 2.12.0 file CONFIGURATION.md ======
22
// Code that generated this is a derivative work of the code from Nam Nguyen
33
// https://gist.github.com/ntgn81/066c2c8ec5b4238f85d1e9168a04e3fb
44

types/errors.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ====== Generated from librdkafka 2.12.0-RC2 file src-cpp/rdkafkacpp.h ======
1+
// ====== Generated from librdkafka 2.12.0 file src-cpp/rdkafkacpp.h ======
22
export const CODES: { ERRORS: {
33
/* Internal errors to rdkafka: */
44
/** Begin internal error codes (**-200**) */

0 commit comments

Comments
 (0)