From c18fc7b95c2c16f1678dc496b930742fd4fd3401 Mon Sep 17 00:00:00 2001 From: zSoulweaver <11328975+zSoulweaver@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:51:19 +1000 Subject: [PATCH] chore(release): v1.0.1-14 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1badc28..4ea9dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v1.0.1-14 + +[compare changes](https://github.com/zSoulweaver/kient/compare/v1.0.1-13...v1.0.1-14) + +### 🚀 Enhancements + +- Add banUser & unbanUser ([#16](https://github.com/zSoulweaver/kient/pull/16)) + +### 🩹 Fixes + +- Update pusher app key ([#18](https://github.com/zSoulweaver/kient/pull/18)) + +### 🏡 Chore + +- Remove npm publish from release script ([d545fc4](https://github.com/zSoulweaver/kient/commit/d545fc4)) + ## v1.0.1-13 [compare changes](https://github.com/zSoulweaver/kient/compare/v1.0.1-12...v1.0.1-13) diff --git a/package.json b/package.json index 3ce60c3..e27dae1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kient", "type": "module", - "version": "1.0.1-13", + "version": "1.0.1-14", "packageManager": "pnpm@8.10.2", "description": "TypeScript-First Client Library for Kick.com", "author": "Soulweaver",