From 2dac846ffaad6f85f5e4583f2e7573e7796f8d97 Mon Sep 17 00:00:00 2001 From: Matthias Ngeo Date: Thu, 13 Feb 2025 15:47:24 +0800 Subject: [PATCH] Fix changelog --- flint/CHANGELOG.md | 2 +- flint/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flint/CHANGELOG.md b/flint/CHANGELOG.md index c53f61b..d4002da 100644 --- a/flint/CHANGELOG.md +++ b/flint/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.12. (13/02/2025) +## 2.12.0+1 (13/02/2025) This update focuses on lint rules introduce in Dart 3.7.0. Core rulset: diff --git a/flint/pubspec.yaml b/flint/pubspec.yaml index 6d8aea3..281d12c 100644 --- a/flint/pubspec.yaml +++ b/flint/pubspec.yaml @@ -1,6 +1,6 @@ name: flint description: Analyzer lints used internally in Forus Labs' Dart & Flutter projects. -version: 2.12.0 +version: 2.12.0+1 homepage: https://github.com/forus-labs/cauldron repository: https://github.com/forus-labs/cauldron topics: [lints]