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

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Oct 17, 2020
1 parent de44009 commit 1f6ae6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,12 @@
# v3.6.1

- **Fixed** Add types for fallback strategy
- **Chore** Upgraded development dependencies

# v3.6.0

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

# v3.5.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "normalizr",
"version": "3.6.0",
"version": "3.6.1",
"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 1f6ae6a

Please sign in to comment.