diff --git a/CHANGELOG.md b/CHANGELOG.md index 452c43c..a684db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### 0.1.1 +#### [v0.2.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v0.1.1...v0.2.0) + +> 31 March 2020 + +- feat: support react navigation 4 [`#5`](https://github.com/gorhom/react-native-animated-tabbar/pull/5) +- chore: fix example bottom bar version [`46c837b`](https://github.com/gorhom/react-native-animated-tabbar/commit/46c837bbf9f36548dadaa563d5116190ee760973) +- docs: update example code [`672df3a`](https://github.com/gorhom/react-native-animated-tabbar/commit/672df3a07ef57ecee91a2448e724587ba2fea5e1) + +#### v0.1.1 > 30 March 2020 diff --git a/package.json b/package.json index db4c975..e1d3f3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/animated-tabbar", - "version": "0.1.1", + "version": "0.2.0", "description": "a 60fps animated tab bar to be used with `React Navigation` created with `Reanimated` 😎", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", @@ -66,8 +66,8 @@ "typescript": "^3.8.3" }, "peerDependencies": { - "@react-navigation/bottom-tabs": ">=5.0.0", - "@react-navigation/native": ">=5.0.0", + "@react-navigation/bottom-tabs": ">=5.0.0", + "@react-navigation/native": ">=5.0.0", "@react-navigation/stack": ">=5.0.0", "react": "*", "react-native": "*",