Files
tauri-plugins-workspace/.changes/export-log-level.md
T
Lucas Fernandes Nogueira c9b21f6f43 fix(log): export the LogLevel type (#2625)
* fix(log): export the LogLevel type

`LogLevel` is an argument of the log functions but it's incorrectly not exported

* rebuild
2025-04-11 20:35:05 -03:00

7 lines
66 B
Markdown

---
"log": patch
"log-js": patch
---
Export the `LogLevel` type.