Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Oct 17, 2018
1 parent 5186b07 commit 3861ba8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.3.0"></a>
# [0.3.0](https://github.com/hydrateio/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)


### Bug Fixes

* resolve null props as expected ([5186b07](https://github.com/hydrateio/react-from-json/commit/5186b07))


### Features

* resolve id prop from component JSON root ([214c256](https://github.com/hydrateio/react-from-json/commit/214c256))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/hydrateio/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)

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.2.0",
"version": "0.3.0",
"description": "Declare your React component tree in JSON",
"author": "hydrateio",
"license": "MIT",
Expand Down

0 comments on commit 3861ba8

Please sign in to comment.