Skip to content

Commit 506c45b

Browse files
committed
version bump
1 parent 094123d commit 506c45b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
###v. 0.4.6 (29 Nov 2017)
2+
- Meta property is also available for relationship objects (https://github.com/yury-dymov/json-api-normalizer/issues/25)
3+
- cross-env support added
4+
15
###v. 0.4.5 (23 Oct 2017)
26
While processing nested objects, we should handle dates accordingly (https://github.com/yury-dymov/json-api-normalizer/issues/23)
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-api-normalizer",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "JSON API response normalizer",
55
"main": "dist/bundle.js",
66
"scripts": {

0 commit comments

Comments
 (0)