Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasAlabes committed May 29, 2020
1 parent da5fa8d commit c2810fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2810fc

Please sign in to comment.