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
5 changes: 0 additions & 5 deletions .changeset/init-install-neon-not-neonctl.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/neonctl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# neonctl

## 3.2.1

### Patch Changes

- Updated dependencies [ad7cf9a]
- neon@3.2.1

## 3.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/neonctl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neonctl",
"version": "3.2.0",
"version": "3.2.1",
"description": "Compatibility command for the Neon CLI",
"keywords": [
"neon",
Expand Down
Loading