Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Sep 19, 2019
1 parent 0b601db commit f85dbb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.5.0"></a>
# [0.5.0](https://github.com/hydrateio/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19)


### Features

* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/hydrateio/react-from-json/commit/0b601db))
* throw a useful error if component missing from components ([f873219](https://github.com/hydrateio/react-from-json/commit/f873219))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/hydrateio/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)

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": "react-from-json",
"version": "0.4.0",
"version": "0.5.0",
"description": "Declare your React component tree in JSON",
"author": "hydrateio",
"license": "MIT",
Expand Down

0 comments on commit f85dbb4

Please sign in to comment.