From 597edbf6b9db1bdd2d1d4e9a3dbaf489dfb5178e Mon Sep 17 00:00:00 2001 From: akrupa-appto Date: Wed, 2 Sep 2026 09:03:58 +0000 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {