Skip to content

Commit 1ad399c

Browse files
chore: update versions (#191)
1 parent c3f30ec commit 1ad399c

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.changeset/shaggy-rivers-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/skott/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# skott
22

3+
## 0.35.6
4+
5+
### Patch Changes
6+
7+
- [#190](https://github.com/antoine-coulon/skott/pull/190) [`c3f30ec`](https://github.com/antoine-coulon/skott/commit/c3f30ec25c87c30224d377085b5c38ad90d5d057) Thanks [@antoine-coulon](https://github.com/antoine-coulon)! - Ensure skott cli properly manages stdio by removing the ora spinner that was writing to stderr. With this fix, only error logs are written to stderr. Combined with the process’ exit code, this allows tools consuming stderr to correctly determine whether an error occurred.
8+
9+
- Updated dependencies []:
10+
- skott-webapp@2.3.0
11+
312
## 0.35.5
413

514
### Patch Changes

packages/skott/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skott",
3-
"version": "0.35.5",
3+
"version": "0.35.6",
44
"description": "Automatically construct and visualize Graphs generated from your JavaScript and TypeScript project",
55
"author": "Antoine Coulon",
66
"license": "MIT",

0 commit comments

Comments
 (0)