Skip to content

Commit 2c27f03

Browse files
committed
chore: release v1.5.0
1 parent 65a3c79 commit 2c27f03

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.5.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.4.0...v1.5.0)
8+
9+
> 24 May 2020
10+
11+
- Fix typo in animated-icons.md docs [`#42`](https://github.com/gorhom/react-native-animated-tabbar/pull/42)
12+
- feat: add accessibility support [`#41`](https://github.com/gorhom/react-native-animated-tabbar/pull/41)
13+
- feat: support long press [`#40`](https://github.com/gorhom/react-native-animated-tabbar/pull/40)
14+
- chore: added flatlist to examples [`d9fe3bb`](https://github.com/gorhom/react-native-animated-tabbar/commit/d9fe3bb2fd18ba64f30fb22cbe5e09dc8ae3bb51)
15+
- docs: updated readme file [`65a3c79`](https://github.com/gorhom/react-native-animated-tabbar/commit/65a3c79c977f6567272665f851a99b448e432f1a)
16+
717
#### [v1.4.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.3.0...v1.4.0)
818

919
> 20 May 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.4.0",
3+
"version": "1.5.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)