From cf2dbe23e85b58509d3405d295e3c6690674e6a2 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Wed, 18 Mar 2026 09:56:25 -0400 Subject: [PATCH] chore: 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0b078f1b..a33af967a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.1.0", + ".": "1.1.1", "site": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd31d2720..bd2b2decf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.0...v1.1.1) (2026-03-18) + + +### Miscellaneous Chores + +* **site:** 1.1.0 ([#1523](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1523)) ([24766a6](https://github.com/VeryGoodOpenSource/very_good_cli/commit/24766a697fb3f169d8a1ec592b665b5ad1788151)) + ## [1.1.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.0.0...v1.1.0) (2026-03-18) diff --git a/lib/src/version.dart b/lib/src/version.dart index a053db406..80a14cb2c 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.0'; // x-release-please-version +const packageVersion = '1.1.1'; // x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index 9e1878bcd..ec0dd77e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: very_good_cli description: A Very Good Command-Line Interface for Dart created by Very Good Ventures. -version: 1.1.0 +version: 1.1.1 homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues