diff --git a/CHANGELOG.md b/CHANGELOG.md index bd91424..08e870c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.3.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.2.0...v1.3.0) + +> 9 May 2020 + +- fix: fixed flashy on react-native 0.61 android [`#33`](https://github.com/gorhom/react-native-animated-tabbar/pull/33) +- fix: optimise cpu usage 🚀 [`#32`](https://github.com/gorhom/react-native-animated-tabbar/pull/32) +- chore: improve types by (@nandorojo) [`#34`](https://github.com/gorhom/react-native-animated-tabbar/pull/34) +- feat: Export individual tabbar components and associated props [`#28`](https://github.com/gorhom/react-native-animated-tabbar/pull/28) +- chore: improve types by (@nandorojo) (#34) [`#18`](https://github.com/gorhom/react-native-animated-tabbar/issues/18) +- docs: resize buymeacoffee button [`2645546`](https://github.com/gorhom/react-native-animated-tabbar/commit/2645546bbe6a9299a0706ed629ca8cff0ff115d4) + #### [v1.2.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.1.0...v1.2.0) > 27 April 2020 diff --git a/package.json b/package.json index d308e01..b0eb857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/animated-tabbar", - "version": "1.2.0", + "version": "1.3.0", "description": "a 60fps animated tab bar to be used with `React Navigation` created with `Reanimated` 😎", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",