From 4971083b9caaa6dc1ca599cfbc189dd8f7948023 Mon Sep 17 00:00:00 2001 From: Daniil Date: Wed, 17 Apr 2024 09:51:49 +0300 Subject: [PATCH 1/2] fix: correct logo position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e74f6f..7f46211 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Surf Lint Rules - + [![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-surf-lint-rules/on_pull_request.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-surf-lint-rules) [![Pub Version](https://img.shields.io/pub/v/surf_lint_rules?logo=dart&logoColor=white)](https://pub.dev/packages/surf_lint_rules) From d43aae613ca1beeb96e3b63f5de82201bad07af7 Mon Sep 17 00:00:00 2001 From: Daniil Date: Wed, 17 Apr 2024 09:52:01 +0300 Subject: [PATCH 2/2] chore: update version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190d105..572bdcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.2 + +* Correct logo position in readme + ## 3.0.1 * Rebranding diff --git a/pubspec.yaml b/pubspec.yaml index 54c8b0f..9f81406 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: surf_lint_rules -version: 3.0.1 +version: 3.0.2 description: Lint rules for "Surf" company for Dart and Flutter projects. repository: "https://github.com/surfstudio/flutter-surf-lint-rules" issue_tracker: "https://github.com/surfstudio/flutter-surf-lint-rules/issues"