Skip to content

Commit

Permalink
chore(release): v1.0.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
zSoulweaver committed Nov 13, 2023
1 parent 2378f4b commit c393e0d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v1.0.1-2

[compare changes](https://github.com/zSoulweaver/kient/compare/v1.0.1-1...v1.0.1-2)

### 🚀 Enhancements

- Add chat message sending ([c5b923f](https://github.com/zSoulweaver/kient/commit/c5b923f))
- Add chat message deletion - improve error handling ([2378f4b](https://github.com/zSoulweaver/kient/commit/2378f4b))

### 💅 Refactors

- Add generic api error class ([0169f9b](https://github.com/zSoulweaver/kient/commit/0169f9b))

### 🏡 Chore

- Add github to package.json ([a179ddd](https://github.com/zSoulweaver/kient/commit/a179ddd))

## v1.0.1-1


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kient",
"type": "module",
"version": "1.0.1-1",
"version": "1.0.1-2",
"packageManager": "pnpm@8.10.2",
"description": "TypeScript-First Client Library for Kick.com",
"repository": "zSoulweaver/kient",
Expand Down Expand Up @@ -51,4 +51,4 @@
"tough-cookie": "^4.1.3",
"vue": "^3.3.8"
}
}
}

0 comments on commit c393e0d

Please sign in to comment.