From 0b8b825ee78e605cebc834fe4df4aa7b7748faad Mon Sep 17 00:00:00 2001 From: Ed L Date: Wed, 1 Dec 2021 22:30:01 +0000 Subject: [PATCH] release: 0.2.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc453ef..f9afc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.2.0 (2021-11-29) + +- Add support for kicking users (-kick) +- General fixes and improvements (less sub-dependencies :tada:) + # v0.1.0 (2021-11-29) + - Initial release -- This version mostly supports message sending (with a few bugs) \ No newline at end of file +- This version mostly supports message sending (with a few bugs) diff --git a/package-lock.json b/package-lock.json index 500888e..13e877e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "termivolt", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "termivolt", - "version": "0.1.0", + "version": "0.2.0", "license": "ISC", "dependencies": { "chalk": "^5.0.0", diff --git a/package.json b/package.json index 8d13be2..165383b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "termivolt", - "version": "0.1.0", + "version": "0.2.0", "description": "A simple utility to interact with the Revolt API via the command line.", "main": "src/index.js", "type": "module",