From a00540ab1205e509a07dd0a0da61a4ccdb48790b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Irland?= Date: Tue, 7 May 2024 13:22:56 -0300 Subject: [PATCH] chore: prepare v1.1.1 release (#43) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98e63f..71478bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 +* Use dart 3 class modifiers ([#40](https://github.com/xmartlabs/stock/pull/40)) +* Code improvements, fix dart analyze issues ([#42](https://github.com/xmartlabs/stock/pull/42)) + ## 1.1.0 * Dart 3 upgrade ([#38](https://github.com/xmartlabs/stock/pull/38)) * Document improvements ([#37](https://github.com/xmartlabs/stock/pull/37)) diff --git a/pubspec.yaml b/pubspec.yaml index 6f42809..578c540 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: stock description: Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely. -version: 1.1.0 +version: 1.1.1 homepage: https://github.com/xmartlabs/stock repository: https://github.com/xmartlabs/stock issue_tracker: https://github.com/xmartlabs/stock/issues