From f662bce180fbad10edc5a4c28477c7460b5b8ff4 Mon Sep 17 00:00:00 2001 From: Caner Emec Date: Sun, 11 Jun 2023 21:33:03 +0300 Subject: [PATCH] chore(release): 0.1.0-alpha --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69944f0..135d303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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. +## 0.1.0-alpha (2023-06-11) + + +### Features + +* added block parser and types etc ([efb395a](https://github.com/caner-emec/paratonnerre/commit/efb395ab011ebf474e6df9d9efb8782e460570dc)) +* added kafka brokers and topics ([6783ad1](https://github.com/caner-emec/paratonnerre/commit/6783ad170faa5ee9ce6ff8a6400bd166bb7ded0a)) +* added sample data files ([cdfd181](https://github.com/caner-emec/paratonnerre/commit/cdfd1818db3f92af59084930f07b5c487ca1e7e2)) +* block parser added! ([f41d20c](https://github.com/caner-emec/paratonnerre/commit/f41d20c027d87ac851bfe29e72cf742eed78b874)) +* chaincode event listener added! ([fd6ad70](https://github.com/caner-emec/paratonnerre/commit/fd6ad7008cbb4be04cfe51d398c90c3ce81d11fe)) +* checkpointer added! ([96fa6a3](https://github.com/caner-emec/paratonnerre/commit/96fa6a3585a0b53d91435df53ff62aa09fdc33f8)) +* kafka dynamic topic creation added! ([57a8caa](https://github.com/caner-emec/paratonnerre/commit/57a8caac04eef1e60120378d215f2410a9bbebf1)) +* logging added ([481bae0](https://github.com/caner-emec/paratonnerre/commit/481bae0b3dfabffcb237cde74d9530695a12f773)) +* multiple listeners utility added! ([3582c6c](https://github.com/caner-emec/paratonnerre/commit/3582c6c3d53fb382bd7196a71d73efb7ea6796fa)) + +# Changelog + +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. + ## (2023-06-11) diff --git a/package-lock.json b/package-lock.json index 6df320b..e34ef13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "standard-version": "^9.5.0", "typescript": "^5.1.3" }, - "version": null + "version": "0.1.0-alpha" }, "node_modules/@babel/code-frame": { "version": "7.12.11", @@ -10771,5 +10771,5 @@ "dev": true } }, - "version": null + "version": "0.1.0-alpha" } diff --git a/package.json b/package.json index 588c620..b40963c 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,5 @@ "path": "./node_modules/cz-conventional-changelog" } }, - "version": null + "version": "0.1.0-alpha" }