From 8aa5691b04c672de8fb4eb3801c37deaad84a8f2 Mon Sep 17 00:00:00 2001 From: Muhammad Mohiuddin Date: Wed, 2 Aug 2023 21:20:24 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5708ec..89af2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.4 + +- add additional lint ignores (by [NotTsunami](https://github.com/MohiuddinM/i18n/pull/25)) + ## 4.0.3 - solve issue where having a space or dash in yaml key generates an error diff --git a/pubspec.yaml b/pubspec.yaml index 17aef1e..cae8db4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: i18n description: Simple i18n solution for dart and flutter. Uses code generation to generate translations as dart classes. Efficient and works with autocomplete! -version: 4.0.3 +version: 4.0.4 homepage: https://github.com/MohiuddinM/i18n environment: