Skip to content

Commit 8babe11

Browse files
committed
chore: release v2.0.1
1 parent 66f9cce commit 8babe11

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.0.1](https://github.com/gorhom/react-native-animated-tabbar/compare/v2.0.0...v2.0.1)
8+
9+
> 12 August 2020
10+
11+
- chore: added tabBarVisible support for react-navigation 5 [`#69`](https://github.com/gorhom/react-native-animated-tabbar/pull/69)
12+
- docs: updated readme file to clarify TS vs JS examples [`#63`](https://github.com/gorhom/react-native-animated-tabbar/pull/63)
13+
- chore: added icon with badge example [`66f9cce`](https://github.com/gorhom/react-native-animated-tabbar/commit/66f9ccecfd68e88b71e7a327261d94fe30e6a716)
14+
715
#### [v2.0.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v2.0.0-beta.0...v2.0.0)
816

917
> 18 July 2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gorhom/animated-tabbar",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A 60FPS animated tab bar with a variety of cool animation presets.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)