Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed May 9, 2020
1 parent b794635 commit 2db9a4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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",
Expand Down

0 comments on commit 2db9a4b

Please sign in to comment.