diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bbe1e68ab..8d72f05e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.1.1", + ".": "1.1.2", "site": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1276629b4..e7de425e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.2](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.1...v1.1.2) (2026-03-31) + + +### Bug Fixes + +* exclude site releases from CLI ([#1551](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1551)) ([b0a5521](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b0a5521430246929cd6b08ea5c9d2b45630f61ba)) + + +### Miscellaneous Chores + +* **site:** 1.1.1 ([#1546](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1546)) ([d349b8e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/d349b8e95d83ccbb2b4bb305474d5a671bea96a1)) + ## [1.1.1](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v1.1.0...v1.1.1) (2026-03-26) diff --git a/lib/src/version.dart b/lib/src/version.dart index 80a14cb2c..cadaa6822 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.1'; // x-release-please-version +const packageVersion = '1.1.2'; // x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index ec0dd77e5..6fb7a7fbe 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.1 +version: 1.1.2 homepage: https://cli.vgv.dev/ repository: https://github.com/VeryGoodOpenSource/very_good_cli issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues