Skip to content

Commit 3762b60

Browse files
committed
chore: release v1.6.0
1 parent f132e11 commit 3762b60

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+
#### [v1.6.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.5.1...v1.6.0)
8+
9+
> 20 June 2020
10+
11+
- fix: updated reading indicator color check [`#53`](https://github.com/gorhom/react-native-animated-tabbar/pull/53)
12+
- feat: allow parent to control animated index [`#50`](https://github.com/gorhom/react-native-animated-tabbar/pull/50)
13+
- fix: fixed extracting navigation state for RN 4 [`f132e11`](https://github.com/gorhom/react-native-animated-tabbar/commit/f132e114d13d9616dcfe1076c6316744222e9231)
14+
715
#### [v1.5.1](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.5.0...v1.5.1)
816

917
> 8 June 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": "1.5.1",
3+
"version": "1.6.0",
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)