Skip to content

Commit a22ca41

Browse files
chore: 1.1.1 (#1545)
Co-authored-by: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com>
1 parent 8eefa56 commit a22ca41

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.1.0",
2+
".": "1.1.1",
33
"site": "1.1.0"
44
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.0...v1.1.1) (2026-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* add timeout to prevent bootstrapping from hanging indefinitely ([#1548](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1548)) ([f808c53](https://github.com/VeryGoodOpenSource/very_good_cli/commit/f808c53bd0e8b6c18eeb11887a9dbd3ce9733ef8))
9+
* support multiple paths for report-on ([#1543](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1543)) ([ad52603](https://github.com/VeryGoodOpenSource/very_good_cli/commit/ad526036b3a6434a6d2e0cf2f2bcab128e64a77c))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **site:** 1.1.0 ([#1523](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1523)) ([24766a6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/24766a697fb3f169d8a1ec592b665b5ad1788151))
15+
316
## [1.1.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.0.0...v1.1.0) (2026-03-18)
417

518

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: very_good_cli
22
description: A Very Good Command-Line Interface for Dart created by Very Good Ventures.
3-
version: 1.1.0
3+
version: 1.1.1
44
homepage: https://cli.vgv.dev/
55
repository: https://github.com/VeryGoodOpenSource/very_good_cli
66
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues

0 commit comments

Comments
 (0)