diff --git a/CHANGELOG.md b/CHANGELOG.md index f7dfcc1..bc0597b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 011a925..3a41759 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 28159b2..05e7101 100644 --- a/package.json +++ b/package.json @@ -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": {