@bugsnag/cli
Advanced tools
Comparing version 2.2.0 to 2.3.0
# Changelog | ||
## 2.3.0 (2024-06-04) | ||
### Enhancements | ||
- Add the ability to set the log leveL via the `--log-level` flag [103](https://github.com/bugsnag/bugsnag-cli/pull/103) | ||
## 2.2.0 (2024-04-17) | ||
@@ -10,2 +16,3 @@ | ||
- Added `Windows_NT` to `supported-platforms.yml` [95](https://github.com/bugsnag/bugsnag-cli/pull/95) | ||
- Add the ability to set the log leveL via the `--log-level` flag [103](https://github.com/bugsnag/bugsnag-cli/pull/103) | ||
@@ -12,0 +19,0 @@ ## 2.1.1 (2023-03-22) |
{ | ||
"name": "@bugsnag/cli", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "BugSnag CLI", | ||
@@ -5,0 +5,0 @@ "main": "install.js", |
17284