Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Feb 22, 2020
1 parent 06c4551 commit b46bd7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v3.6.0

* **Added** `fallbackStrategy` for denormalization (#422)
* **Fixed** entities can be `undefined` in TS defs if none found (#435)

# v3.5.0

- **Added** ability to dynamically set nested schema type (#415)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalizr",
"version": "3.5.0",
"version": "3.6.0",
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
"bugs": {
"url": "https://github.com/paularmstrong/normalizr/issues"
Expand Down

0 comments on commit b46bd7b

Please sign in to comment.