From d8a19e66c38564088b85e38dffbfe86fc894d578 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Wed, 21 Nov 2018 09:25:24 -0800 Subject: [PATCH] Add missing files to package.json #1342 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a5dfb419..de721463d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### Version 4.0.1 +* Add missing files to package.json [#1342](https://github.com/react-native-community/react-native-video/pull/1342) + ### Version 4.0.0 * Partial support for timed metadata on Android MediaPlayer [#707](https://github.com/react-native-community/react-native-video/pull/707) * Support video caching for iOS [#955](https://github.com/react-native-community/react-native-video/pull/955)