File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## unreleased
3+ ## [ 3.4.1 ] - 2025-09-30
44
55### Fixed
66
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ display_help() {
9191EOS
9292}
9393
94- VERSION=" 3.4.0 "
94+ VERSION=" 3.4.1 "
9595
9696while [[ " $# " -gt 0 ]]; do
9797 case " $1 " in
Original file line number Diff line number Diff line change 11{
22 "name" : " @bugsnag/cli" ,
3- "version" : " 3.4.0 " ,
3+ "version" : " 3.4.1 " ,
44 "description" : " BugSnag CLI" ,
55 "main" : " dist/bugsnag-cli-wrapper.js" ,
66 "types" : " dist/bugsnag-cli-wrapper.d.ts" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/bugsnag/bugsnag-cli/pkg/upload"
1212)
1313
14- var package_version = "3.4.0 "
14+ var package_version = "3.4.1 "
1515
1616func main () {
1717 commands := options.CLI {}
You can’t perform that action at this time.
0 commit comments