diff --git a/mapper/CHANGELOG.md b/mapper/CHANGELOG.md index ad285b2..ea591c6 100644 --- a/mapper/CHANGELOG.md +++ b/mapper/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.12 + +* bump dependencies + ## 2.2.11 * bump dependencies diff --git a/mapper/pubspec.yaml b/mapper/pubspec.yaml index 7830ae4..d9b21b8 100644 --- a/mapper/pubspec.yaml +++ b/mapper/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_json_mapper -version: 2.2.11 +version: 2.2.12 description: > This package allows programmers to annotate Dart objects in order to serialize / deserialize them from / to JSON. @@ -10,7 +10,7 @@ dependencies: analyzer: ^6.4.1 build: ^2.4.1 build_config: ^1.1.1 - intl: ^0.18.1 + intl: ^0.19.0 meta: ^1.12.0 path: ^1.8.3 reflectable: ^4.0.6