Skip to content

Commit c40617e

Browse files
authored
Merge pull request #254 from netglade/feat/bump-version-2.14.0
Bump to version 2.14.0
2 parents ad431b4 + 6a143fe commit c40617e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/auto_mappr/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[//]: # (## Unreleased)
22

3+
## 2.14.0
4+
- Bump `analyzer` version to `>=9.0.0 <10.0.0`. [#253](https://github.com/netglade/auto_mappr/pull/253)
5+
36
## 2.13.0
4-
- Added handling for classes with dynamic nested types.
7+
- Added handling for classes with dynamic nested types. [#252](https://github.com/netglade/auto_mappr/pull/252)
58
- Added warning when mapping dynamic types without defined type converter. [#252](https://github.com/netglade/auto_mappr/pull/252)
69

710
## 2.12.0

packages/auto_mappr/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: auto_mappr
22
resolution: workspace
33
description: Code generation for mapping between different objects with ease.
4-
version: 2.13.0
4+
version: 2.14.0
55
repository: https://github.com/netglade/auto_mappr
66
issue_tracker: https://github.com/netglade/auto_mappr/issues
77

0 commit comments

Comments
 (0)