Skip to content

Commit 348266f

Browse files
authored
Bump version to v1.5.0-rc1 (#368)
* Bump version. * Remove dev-only changes
1 parent 998c0b8 commit 348266f

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ For guidelines on contributing please see [CONTRIBUTING.md](CONTRIBUTING.md)
117117
| 1.3.2 | 2.10.1 |
118118
| 1.4.0 | 2.11.0 |
119119
| 1.4.1 | 2.11.1 |
120+
| 1.5.0 | 2.11.1 |
120121

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

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.4.1';
55+
util.bindingVersion = '1.5.0-rc1';

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "1.4.1",
3+
"version": "1.5.0-rc1",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.11.1",
66
"librdkafka_win": "2.11.1",

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.4.1",
3+
"version": "1.5.0-rc1",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)