Skip to content

Commit 585c4ef

Browse files
committed
chore: release v0.4.0
1 parent ca6685b commit 585c4ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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+
#### [v0.4.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.3.1...v0.4.0)
8+
9+
> 21 April 2020
10+
11+
- feat: added support for custom view [`#14`](https://github.com/gorhom/react-native-paper-onboarding/pull/14)
12+
- chore: update react native to v0.62.2 [`#13`](https://github.com/gorhom/react-native-paper-onboarding/pull/13)
13+
- chore: added safe insets for examples [`0f9ac79`](https://github.com/gorhom/react-native-paper-onboarding/commit/0f9ac7935ee434b8295c88c276db4954e7ee0f36)
14+
- chore: added github issue templates [`5f6687d`](https://github.com/gorhom/react-native-paper-onboarding/commit/5f6687dc74e8f9e616f82de4eed770dc4a1969b9)
15+
- docs: updated readme and contributing files [`50f0618`](https://github.com/gorhom/react-native-paper-onboarding/commit/50f0618f9dccc24be53ae8821af2838eb31992b3)
16+
717
#### [v0.3.1](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.3.0...v0.3.1)
818

919
> 4 April 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/paper-onboarding",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Paper Onboarding is a material design UI slider for `React Native`.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)