Skip to content
Open
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/user-agent-header.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whoami-linked.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# clerk

## 1.4.0

### Minor Changes

- Show the linked Clerk application in `clerk whoami` output, and add a `--json` flag that emits a structured payload covering email and link state. ([#265](https://github.com/clerk/cli/pull/265)) by [@rafa-thayto](https://github.com/rafa-thayto)

### Patch Changes

- Identify the CLI in outbound HTTP requests with a `User-Agent` like `Clerk-CLI/<version> (Bun/<bun-version>; <platform>-<arch>)` instead of the default Bun user agent. Allow callers to override the header. ([#301](https://github.com/clerk/cli/pull/301)) by [@rafa-thayto](https://github.com/rafa-thayto)

## 1.3.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": "clerk",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"description": "Clerk CLI",
"keywords": [
Expand Down