From 3c35eb6e0df9745d3bbbc95c3f143ebff3117cba Mon Sep 17 00:00:00 2001 From: Andre Landgraf Date: Fri, 14 Aug 2026 08:51:37 -0700 Subject: [PATCH] chore: release neon@3.2.1, neonctl@3.2.1 --- .changeset/init-install-neon-not-neonctl.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/neonctl/CHANGELOG.md | 7 +++++++ packages/neonctl/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/init-install-neon-not-neonctl.md diff --git a/.changeset/init-install-neon-not-neonctl.md b/.changeset/init-install-neon-not-neonctl.md deleted file mode 100644 index 98996be9..00000000 --- a/.changeset/init-install-neon-not-neonctl.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"neon": patch ---- - -`neon init` now detects and installs the `neon` CLI instead of the retired `neonctl` alias. Version probing checks `neon` first (falling back to `neonctl` so an existing global install still counts as installed), the update check reads `npm view neon`, and auth/context lookups shell out to `neon`. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d93c94c3..ed717ed6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # neon +## 3.2.1 + +### Patch Changes + +- ad7cf9a: `neon init` now detects and installs the `neon` CLI instead of the retired `neonctl` alias. Version probing checks `neon` first (falling back to `neonctl` so an existing global install still counts as installed), the update check reads `npm view neon`, and auth/context lookups shell out to `neon`. + ## 3.2.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index b77f945b..88176a50 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "neon", - "version": "3.2.0", + "version": "3.2.1", "description": "CLI tool for Neon, the cloud backend primitives built around Lakebase Postgres", "keywords": [ "neon", diff --git a/packages/neonctl/CHANGELOG.md b/packages/neonctl/CHANGELOG.md index cc3b730d..5383fbd8 100644 --- a/packages/neonctl/CHANGELOG.md +++ b/packages/neonctl/CHANGELOG.md @@ -1,5 +1,12 @@ # neonctl +## 3.2.1 + +### Patch Changes + +- Updated dependencies [ad7cf9a] + - neon@3.2.1 + ## 3.2.0 ### Patch Changes diff --git a/packages/neonctl/package.json b/packages/neonctl/package.json index b941736f..b58e6ead 100644 --- a/packages/neonctl/package.json +++ b/packages/neonctl/package.json @@ -1,6 +1,6 @@ { "name": "neonctl", - "version": "3.2.0", + "version": "3.2.1", "description": "Compatibility command for the Neon CLI", "keywords": [ "neon",