Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 21, 2020
1 parent ca6685b commit 585c4ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

#### [v0.4.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.3.1...v0.4.0)

> 21 April 2020
- feat: added support for custom view [`#14`](https://github.com/gorhom/react-native-paper-onboarding/pull/14)
- chore: update react native to v0.62.2 [`#13`](https://github.com/gorhom/react-native-paper-onboarding/pull/13)
- chore: added safe insets for examples [`0f9ac79`](https://github.com/gorhom/react-native-paper-onboarding/commit/0f9ac7935ee434b8295c88c276db4954e7ee0f36)
- chore: added github issue templates [`5f6687d`](https://github.com/gorhom/react-native-paper-onboarding/commit/5f6687dc74e8f9e616f82de4eed770dc4a1969b9)
- docs: updated readme and contributing files [`50f0618`](https://github.com/gorhom/react-native-paper-onboarding/commit/50f0618f9dccc24be53ae8821af2838eb31992b3)

#### [v0.3.1](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.3.0...v0.3.1)

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

0 comments on commit 585c4ef

Please sign in to comment.