Skip to content

Commit 3359847

Browse files
committed
chore(release): v2.3.0
1 parent 6a72f7b commit 3359847

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.3.0
5+
6+
[compare changes](https://github.com/zSoulweaver/kient/compare/v2.2.0...v2.3.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Support getting channels by slug ([#32](https://github.com/zSoulweaver/kient/pull/32))
11+
- Add livestream status webhook ([8cf7a79](https://github.com/zSoulweaver/kient/commit/8cf7a79))
12+
- Add chat user identity ([d6b3056](https://github.com/zSoulweaver/kient/commit/d6b3056))
13+
14+
### 🏡 Chore
15+
16+
- Update webhook example - data structures should really be use `number` type, will get on that later ([6a72f7b](https://github.com/zSoulweaver/kient/commit/6a72f7b))
17+
18+
### ❤️ Contributors
19+
20+
- ZSoulweaver ([@zSoulweaver](http://github.com/zSoulweaver))
21+
- Kody <gh@kdy.ch>
22+
423
## v2.2.0
524

625
[compare changes](https://github.com/zSoulweaver/kient/compare/v2.1.0...v2.2.0)

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.2.0",
3+
"version": "2.3.0",
44
"homepage": "https://kient.pages.dev",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)