Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpucci committed Jul 28, 2019
1 parent 30c60af commit 932a5c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="2.0.1"></a>
## [2.0.1](https://github.com/tpucci/react-gondola/compare/2.0.0...2.0.1) (2019-07-28)


### 🐛 Bug Fixes

* **android:** fix example for Android ([30c60af](https://github.com/tpucci/react-gondola/commit/30c60af))
* **recompose:** fix error due to import order ([df1c5ed](https://github.com/tpucci/react-gondola/commit/df1c5ed))

<a name="2.0.0"></a>
# [2.0.0](https://github.com/tpucci/react-gondola/compare/1.4.0...2.0.0) (2019-07-27)

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-gondola",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Native declarative navigation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 932a5c8

Please sign in to comment.