Skip to content

Commit 45cb46a

Browse files
committed
chore: release v1.4.0
1 parent 343a255 commit 45cb46a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
#### [v1.4.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.3.0...v1.4.0)
8+
9+
> 20 May 2020
10+
11+
- feat: support standalone usage [`#38`](https://github.com/gorhom/react-native-animated-tabbar/pull/38)
12+
- docs: fixed a typo in README [`#35`](https://github.com/gorhom/react-native-animated-tabbar/pull/35)
13+
- chore: rename routes to tabs for tabbar view [`#37`](https://github.com/gorhom/react-native-animated-tabbar/pull/37)
14+
715
#### [v1.3.0](https://github.com/gorhom/react-native-animated-tabbar/compare/v1.2.0...v1.3.0)
816

917
> 9 May 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": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A 60FP 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)