From 2c27f03cd524c0d3f33d8cb6fa3929902e8eb25e Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Sun, 24 May 2020 16:23:37 +0200 Subject: [PATCH] chore: release v1.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7017e5..d3fb62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 921ee9e..5174b68 100644 --- a/package.json +++ b/package.json @@ -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",