From bb8247d6d5e9828dc0a1b2a58f99432ecba0343f Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Thu, 9 Jan 2025 15:24:36 +0000 Subject: [PATCH] chore(main): release 1.1.1 (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [1.1.1](https://github.com/ZebraDevs/zds_analysis/compare/v1.1.0...v1.1.1) (2025-01-09) ### 👀 Reverts * analysis_options_lib file reverted ([aebc47c](https://github.com/ZebraDevs/zds_analysis/commit/aebc47c7d22093298f40bf85cdbe43aa3ad261cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677..b55c11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2c323..bada4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/ZebraDevs/zds_analysis/compare/v1.1.0...v1.1.1) (2025-01-09) + + +### 👀 Reverts + +* analysis_options_lib file reverted ([aebc47c](https://github.com/ZebraDevs/zds_analysis/commit/aebc47c7d22093298f40bf85cdbe43aa3ad261cd)) + ## [1.1.0](https://github.com/ZebraDevs/zds_analysis/compare/v1.0.1...v1.1.0) (2025-01-09) diff --git a/pubspec.yaml b/pubspec.yaml index d154d08..6399f87 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Lint rules for Dart and Flutter used internally at Zebra Technologi homepage: https://github.com/ZebraDevs/zds_analysis repository: https://github.com/ZebraDevs/zds_analysis issue_tracker: https://github.com/ZebraDevs/zds_analysis -version: 1.1.0 +version: 1.1.1 environment: sdk: ">=2.18.0 <4.0.0"