From 88a750d6ab2596038144ba11abebe5397ec9a68e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:45:25 +0000 Subject: [PATCH] CI: Bump version to 3.0.0 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20dc953..54746e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.0.0 +One letter TLD not allowed anymore ## 2.2.9 One letter TLD not allowed diff --git a/pubspec.yaml b/pubspec.yaml index 1acd392..2f106e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: email_validator -version: 2.2.9 +version: 3.0.0 homepage: https://github.com/fredeil/email-validator.dart description: A simple (but correct) dart class for validating email addresses