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

Commit 1f6ae6a

Browse files
committed
v3.6.1
1 parent de44009 commit 1f6ae6a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# v3.6.1
2+
3+
- **Fixed** Add types for fallback strategy
4+
- **Chore** Upgraded development dependencies
5+
16
# v3.6.0
27

3-
* **Added** `fallbackStrategy` for denormalization (#422)
4-
* **Fixed** entities can be `undefined` in TS defs if none found (#435)
8+
- **Added** `fallbackStrategy` for denormalization (#422)
9+
- **Fixed** entities can be `undefined` in TS defs if none found (#435)
510

611
# v3.5.0
712

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
55
"bugs": {
66
"url": "https://github.com/paularmstrong/normalizr/issues"

0 commit comments

Comments
 (0)