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",