diff --git a/CHANGELOG.md b/CHANGELOG.md index c6001be..70c0f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9689920..dffcbd5 100644 --- a/package.json +++ b/package.json @@ -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",