From 9998169deaa3fcfff3903be912df080d8eee7f66 Mon Sep 17 00:00:00 2001 From: cedvdb Date: Thu, 7 Dec 2023 16:01:08 +0100 Subject: [PATCH] v8.1.0 (#55) --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105ac8c..05b8062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 8.1.0 +- updated metadata +- fix for local phone numbers not parsing accurately (issue 46) +- phone numbers starting with the country code of the destination country will now return the phone number + without the country code if the phone number is valid without it. +- refactor some internal + + ## 8.0.0 - made it easier to contribute diff --git a/pubspec.yaml b/pubspec.yaml index 53b8c4a..85b31a7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: phone_numbers_parser description: Dart library for parsing phone numbers. Inspired by Google's libphonenumber and PhoneNumberKit for ios. -version: 8.0.0 +version: 8.1.0 homepage: https://github.com/cedvdb/phone_number_parser environment: