From 71f72e5da25e05d87b40fcbfe66c51fe2698d8fc Mon Sep 17 00:00:00 2001 From: action Date: Tue, 16 Jan 2024 00:54:04 +0000 Subject: [PATCH] actions-dart-dependency-updater: --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c60e95e..6c5ec6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.0+4] - January 16, 2024 + +* Automated dependency updates + + ## [1.1.0+3] - December 19, 2023 * Automated dependency updates @@ -117,3 +122,4 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index f27423a..ed46177 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: 'execution_timer' description: 'A library that makes it easy to determine how long snippets of code take to execute in real clock time.' -version: '1.1.0+3' +version: '1.1.0+4' environment: sdk: '>=3.0.0 <4.0.0' dev_dependencies: flutter_lints: '^3.0.1' - test: '^1.25.0' + test: '^1.25.1' ignore_updates: - 'archive'