@bugsnag/cli
Advanced tools
Comparing version 2.6.2 to 2.6.3
# Changelog | ||
## 2.6.3 (2024-11-26) | ||
### Enhancements | ||
- Default the `--project-root` to the current working directory for the `upload dsym` command. [148](https://github.com/bugsnag/bugsnag-cli/pull/148) | ||
### Fixes | ||
- Add the `--code-bundle-id` option to the `upload js` command. [150](https//github.com/bugsnag/bugsnag-cli/pull/150) | ||
## 2.6.2 (2024-10-17) | ||
@@ -3,0 +14,0 @@ |
{ | ||
"name": "@bugsnag/cli", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "BugSnag CLI", | ||
@@ -5,0 +5,0 @@ "main": "install.js", |
19903