Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Dec 1, 2021
1 parent 10e8f73 commit 0b8b825
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
- This version mostly supports message sending (with a few bugs)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0b8b825

Please sign in to comment.