We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e965cb1 commit 0b71fc4Copy full SHA for 0b71fc4
1 file changed
packages/cli/cli/versions.yml
@@ -1,4 +1,17 @@
1
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2
+
3
+- version: 4.67.0
4
+ changelogEntry:
5
+ - summary: |
6
+ Unify CLI error reporting under a single `CliError` type. The previous
7
+ `LoggableFernCliError` type has been removed in favor of the shared
8
+ `CliError` from `@fern-api/task-context`. Sentry reporting for
9
+ unclassified errors is temporarily disabled while error classification
10
+ is improved.
11
+ type: chore
12
+ createdAt: "2026-04-10"
13
+ irVersion: 66
14
15
- version: 4.66.1
16
changelogEntry:
17
- summary: |
0 commit comments