diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f6cdd01..5d54e8e 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,11 @@ # Changelog +# 1.0.9 + +## Fixed + +- extending types for `register` method ([PR](https://github.com/kirillzyusko/react-native-bundle-splitter/pull/6)) + # 1.0.8 ## Improved diff --git a/package.json b/package.json index 425cf70..9e88ce7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-bundle-splitter", "author": "Kiryl Ziusko", - "version": "1.0.8", + "version": "1.0.9", "description": "Decrease your start up time and RAM memory consumption by an application via splitting JS bundle by components and navigation routes", "repository": "https://github.com/kirillzyusko/react-native-bundle-splitter", "homepage": "https://kirillzyusko.github.io/react-native-bundle-splitter/",