Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.1 - 2026-09-02

- Verify new profiles from the profile directory instead of the current
directory. Vercel CLI 59 resolves the team from a linked project in the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Already have Bun? Install directly:

```sh
bun install --global vercel
bun install --global 'github:akrupa-appto/vcx#v0.3.0'
bun install --global 'github:akrupa-appto/vcx#v0.3.1'
```

Bun `1.4.0` has a bug with remote `.tar.gz` packages. It installs vcx, then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vcx-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "Named Vercel CLI accounts on one device",
"type": "module",
"bin": {
Expand Down