Skip to content

Commit

Permalink
fix: Test semantic-release!
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed May 5, 2020
1 parent 1d480c3 commit 223f655
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.1

- Added semantic release support. So no more changelog entries here! See ya!
- Fixed an issue where isDataEqual default function did not work with dates
- Fixed some types

## 1.3.0

- Added a new feature where old and new data when fetching is compared for deep equality. When they are equal, the data reference will not be changed and thus keep referential equality and stability for usage in change-detection like useMemo, useCallback, and useEffect.
Expand Down

0 comments on commit 223f655

Please sign in to comment.