Skip to content

Commit

Permalink
chore(release): 0.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
caner-emec committed Jun 11, 2023
1 parent 7b70724 commit f662bce
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": null
"version": "0.1.0-alpha"
}

0 comments on commit f662bce

Please sign in to comment.