@bugsnag/cli
Advanced tools
Comparing version 2.4.0 to 2.4.1
# Changelog | ||
## 2.4.1 (2024-07-17) | ||
### Fixes | ||
- Ensure that extracted `.aab` files can be processed by the Android AAB upload function [114](https://github.com/bugsnag/bugsnag-cli/pull/114) | ||
- Dont show `--upload-api-root-url` and `--build-api-root-url` flags in the general help output [115](https://github.com/bugsnag/bugsnag-cli/pull/115) | ||
## 2.4.0 (2024-07-08) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@bugsnag/cli", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "BugSnag CLI", | ||
@@ -5,0 +5,0 @@ "main": "install.js", |
18102