Skip to content

Commit 0b8b825

Browse files
committed
release: 0.2.0
1 parent 10e8f73 commit 0b8b825

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.2.0 (2021-11-29)
2+
3+
- Add support for kicking users (-kick)
4+
- General fixes and improvements (less sub-dependencies :tada:)
5+
16
# v0.1.0 (2021-11-29)
7+
28
- Initial release
3-
- This version mostly supports message sending (with a few bugs)
9+
- This version mostly supports message sending (with a few bugs)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "termivolt",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A simple utility to interact with the Revolt API via the command line.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)