From c2810fc1d11d58f206dd7863c42cdd07459947e5 Mon Sep 17 00:00:00 2001 From: Tomas Alabes Date: Fri, 29 May 2020 11:19:32 -0700 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4da58..912fe13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://github.com/tomasAlabes/graphql-kafkajs-subscriptions/compare/v1.0.1...v2.0.0) (2020-05-29) + + +### ⚠ BREAKING CHANGES + +* onMessage receives a KafkaMessage as param now + +### Features + +* optional kafkajs producer send params ([79fe0ea](https://github.com/tomasAlabes/graphql-kafkajs-subscriptions/commit/79fe0eac83dbbb8e72716d8c69c8eb287e28d96b)) + + +* not meddling with the supplied event payload ([5b9fd52](https://github.com/tomasAlabes/graphql-kafkajs-subscriptions/commit/5b9fd52d2243f7749abf817673e8478345e3565b)) + ## [1.1.0](https://github.com/tomasAlabes/graphql-kafkajs-subscriptions/compare/v1.0.1...v1.1.0) (2020-05-04) diff --git a/package.json b/package.json index 548ec5f..e428a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-kafkajs-subscriptions", - "version": "1.1.0", + "version": "2.0.0", "description": "Apollo graphql subscription over Kafka protocol", "keywords": [ "graphql",