Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Mar 30, 2020
1 parent 3d2c959 commit afab9f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.1.1

> 30 March 2020
- docs: update docs & prepare initial release [`#3`](https://github.com/gorhom/react-native-animated-tabbar/pull/3)
- chore: init project 🎉 [`a6d7709`](https://github.com/gorhom/react-native-animated-tabbar/commit/a6d77095008b28a7d238f3c91dcbf7b89db0bf07)
- chore: add react-navigation and other libs [`10f0a70`](https://github.com/gorhom/react-native-animated-tabbar/commit/10f0a70c40968acab40c3f1a745b55e0bdc05f16)
- chore: implement initial animated tab bar [`1b05a9c`](https://github.com/gorhom/react-native-animated-tabbar/commit/1b05a9c66c3ea86fa1613106d13d4e4de6992508)
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.1.0",
"version": "0.1.1",
"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 afab9f4

Please sign in to comment.