Skip to content

Commit c41e9bb

Browse files
authored
chore: v2.0.8 (#209)
1 parent 8088bae commit c41e9bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.8
2+
3+
- chore: bump license year ([#208](https://github.com/felangel/equatable/pull/208))
4+
- fix: `mapEquals` when comparing maps with different keys and null values ([#207](https://github.com/felangel/equatable/pull/207))
5+
16
# 2.0.7
27

38
- revert: `equals` in `equatable_utils` ([#190](https://github.com/felangel/equatable/issues/190))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: equatable
22
description: A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
3-
version: 2.0.7
3+
version: 2.0.8
44
repository: https://github.com/felangel/equatable
55
issue_tracker: https://github.com/felangel/equatable/issues
66
homepage: https://github.com/felangel/equatable

0 commit comments

Comments
 (0)