From d35a152b56f3d9e128cb70ff4926110883c09034 Mon Sep 17 00:00:00 2001 From: tulios Date: Mon, 22 Oct 2018 19:55:30 +0200 Subject: [PATCH] Bump version (v1.4.3) and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2365d0536..58a7eaccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.4.3] - 2018-10-22 + +### Changed + - Version `1.4.2` without test files + ## [1.4.2] - 2018-10-22 ### Changed diff --git a/package.json b/package.json index 9ea5f187d..f02a5cf15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "1.4.2", + "version": "1.4.3", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",