Skip to content

Commit

Permalink
release: Termivolt v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jan 11, 2025
1 parent d9467ab commit 53f3c54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/termivolt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.6.1 (2025-01-11)

- Dramatically reduced the bundle size.

# v0.6.0 (2024-07-20)

- **BREAKING**: v0.6.0 requires Node v18 or later.
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.6.0",
"version": "0.6.1",
"description": "A simple utility to interact with the Revolt API via the command line.",
"main": "dist/index.cjs",
"type": "module",
Expand Down Expand Up @@ -44,6 +44,6 @@
"@inquirer/rawlist": "^4.0.4",
"esbuild": "^0.23.0",
"picocolors": "^1.1.1",
"revchiver": "^0.6.0"
"revchiver": "^0.7.0"
}
}

0 comments on commit 53f3c54

Please sign in to comment.