Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 15, 2020
1 parent 2a2db45 commit d479327
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.0.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v0.3.0...v1.0.0)

> 15 April 2020
- feat: RTL support [`#14`](https://github.com/gorhom/react-native-animated-tabbar/pull/14)
- feat: extract bubble animation [`#13`](https://github.com/gorhom/react-native-animated-tabbar/pull/13)
- chore: added preset prop validator [`2a2db45`](https://github.com/gorhom/react-native-animated-tabbar/commit/2a2db45a93611fa9a20f162509221e832ff36b9b)

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

> 14 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": "0.3.0",
"version": "1.0.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 d479327

Please sign in to comment.