Skip to content

Commit ce62af3

Browse files
committed
chore(release): v2.0.1-4
1 parent 3b9d201 commit ce62af3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v2.0.1-4
5+
6+
[compare changes](https://github.com/zSoulweaver/kient/compare/v2.0.1-3...v2.0.1-4)
7+
8+
### 🚀 Enhancements
9+
10+
- Add webhook handling - adds optional internal webhook server - exposes function to handle events externally - adds chat message events ([7771eba](https://github.com/zSoulweaver/kient/commit/7771eba))
11+
- Add remaining webhook events ([470ed60](https://github.com/zSoulweaver/kient/commit/470ed60))
12+
- Add subscription id to event and add unsub func ([0dfeebd](https://github.com/zSoulweaver/kient/commit/0dfeebd))
13+
14+
### 💅 Refactors
15+
16+
- Adjust api responses and structure instances ([cdd2822](https://github.com/zSoulweaver/kient/commit/cdd2822))
17+
- Restructure event/webhook api ([a62489f](https://github.com/zSoulweaver/kient/commit/a62489f))
18+
- Rename webhooks to events and align to api design ([3b9d201](https://github.com/zSoulweaver/kient/commit/3b9d201))
19+
20+
### ❤️ Contributors
21+
22+
- ZSoulweaver ([@zSoulweaver](http://github.com/zSoulweaver))
23+
424
## v2.0.1-3
525

626
[compare changes](https://github.com/zSoulweaver/kient/compare/v2.0.1-2...v2.0.1-3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kient",
3-
"version": "2.0.1-3",
3+
"version": "2.0.1-4",
44
"repository": "github:zSoulweaver/kient",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)