Skip to content

Commit f310acb

Browse files
chore: version packages (#108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eafbcd0 commit f310acb

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/clever-clickables-shorthand.md

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

packages/sev-logger/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @transloadit/sev-logger
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- eafbcd0: - Fix clickable path fallback so non-TTY logs print clean relative paths instead of repeated `file:///` segments.
8+
- Update shared padding to grow only when a log line is actually emitted, preventing indentation from jumping when suppressed nested loggers exist.
9+
- Add shorthand overloads for `nest()` so callers can pass a single string or array of breadcrumbs without wrapping them in an object.
10+
311
## 0.0.14
412

513
### Patch Changes

packages/sev-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/sev-logger",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/transloadit/monolib.git",

0 commit comments

Comments
 (0)