Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed May 24, 2020
1 parent 65a3c79 commit 2c27f03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

#### [v1.5.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.4.0...v1.5.0)

> 24 May 2020
- Fix typo in animated-icons.md docs [`#42`](https://github.com/gorhom/react-native-animated-tabbar/pull/42)
- feat: add accessibility support [`#41`](https://github.com/gorhom/react-native-animated-tabbar/pull/41)
- feat: support long press [`#40`](https://github.com/gorhom/react-native-animated-tabbar/pull/40)
- chore: added flatlist to examples [`d9fe3bb`](https://github.com/gorhom/react-native-animated-tabbar/commit/d9fe3bb2fd18ba64f30fb22cbe5e09dc8ae3bb51)
- docs: updated readme file [`65a3c79`](https://github.com/gorhom/react-native-animated-tabbar/commit/65a3c79c977f6567272665f851a99b448e432f1a)

#### [v1.4.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.3.0...v1.4.0)

> 20 May 2020
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": "@gorhom/animated-tabbar",
"version": "1.4.0",
"version": "1.5.0",
"description": "A 60FPS animated tab bar with a variety of cool animation presets.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 2c27f03

Please sign in to comment.