diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c0f16..264de7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.5.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.4.0...v0.5.0) + +> 13 May 2020 + +- feat: added support for a custom closeButton [`#18`](https://github.com/gorhom/react-native-paper-onboarding/pull/18) +- feat: enable content interaction (#16) [`3da8695`](https://github.com/gorhom/react-native-paper-onboarding/commit/3da8695875e6c24c41c488dab2b626012899b9e6) +- chore: updated dependencies [`e568a5b`](https://github.com/gorhom/react-native-paper-onboarding/commit/e568a5bd74b7cce2dd24a3f56f58d648153454b3) +- chore: updated examples [`7f3c9ad`](https://github.com/gorhom/react-native-paper-onboarding/commit/7f3c9ad50241f2a64d58c5e099ea37e605fcd7b3) + #### [v0.4.0](https://github.com/gorhom/react-native-paper-onboarding/compare/v0.3.1...v0.4.0) > 21 April 2020 diff --git a/package.json b/package.json index faa94bf..c3bd21d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/paper-onboarding", - "version": "0.4.0", + "version": "0.5.0", "description": "Paper Onboarding is a material design UI slider for `React Native`.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",