Skip to content

Commit ec95ad9

Browse files
committed
chore: release v2.1.0
1 parent 3df1de8 commit ec95ad9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
#### [v2.1.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v2.0.1...v2.1.0)
8+
9+
- chore: update dependencies [`#81`](https://github.com/gorhom/react-native-animated-tabbar/pull/81)
10+
- refactor: clean up code base [`#78`](https://github.com/gorhom/react-native-animated-tabbar/pull/78)
11+
- feat: added Reanimated v2 compatibility (by @danielwinkler) [`3df1de8`](https://github.com/gorhom/react-native-animated-tabbar/commit/3df1de8d7a13aa8d1d0d63d3a63323ab157677a1)
12+
713
#### [v2.0.1](https://github.com/gorhom/react-native-animated-tabbar/compare/v2.0.0...v2.0.1)
814

915
> 12 August 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": "2.0.1",
3+
"version": "2.1.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)