Skip to content

Commit 68ee925

Browse files
chore(release): 2.13.3
## [2.13.3](v2.13.2...v2.13.3) (2022-01-30) ### Bug Fixes * hacky way to skip tests on release ([5d72664](5d72664))
1 parent d81ccf3 commit 68ee925

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.13.3](https://github.com/makeomatic/node-rdkafka/compare/v2.13.2...v2.13.3) (2022-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* hacky way to skip tests on release ([5d72664](https://github.com/makeomatic/node-rdkafka/commit/5d726645e3f5b47dbca71874395da8aeeaf2b844))
7+
18
## [2.13.2](https://github.com/makeomatic/node-rdkafka/compare/v2.13.1...v2.13.2) (2022-01-30)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@makeomatic/node-rdkafka",
3-
"version": "2.13.0",
3+
"version": "2.13.3",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "1.8.2",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)