Skip to content

Commit

Permalink
release(termivolt): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 20, 2024
1 parent 44d2787 commit 4a8bfb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/termivolt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.6.0 (2024-07-20)

- **BREAKING**: v0.6.0 now requires Node v18 or later.
- Added support for interactive uasge (`-interactive`).
- Various improvements to the build process and other cleanup.

# v0.5.0 (2022-03-12)

- **BREAKING**: This is the first version of Termivolt to support Revolt v0.5.3+ - it will **not work** with older versions of Revolt.
Expand Down
4 changes: 2 additions & 2 deletions packages/termivolt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termivolt",
"version": "0.5.0",
"version": "0.6.0",
"description": "A simple utility to interact with the Revolt API via the command line.",
"main": "dist/index.cjs",
"type": "module",
Expand Down Expand Up @@ -49,4 +49,4 @@
"revchiver": "^0.6.0",
"revolt.js": "^6.0.20"
}
}
}

0 comments on commit 4a8bfb6

Please sign in to comment.