diff --git a/CHANGELOG.md b/CHANGELOG.md index 358656257..1df1a158c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ PR Title ([#123](link to my pr)) ``` feat: [feat: yarn monorepo](<[#441](https://github.com/maplibre/maplibre-react-native/pull/441)>) +fix: Call requestProgress when getting pack status on IOS + example improvement [#445](https://github.com/maplibre/maplibre-react-native/pull/445) ## 10.0.0-alpha.13 diff --git a/__tests__/interface.test.js b/__tests__/interface.test.js index 24daa9e7c..eb2e47a93 100644 --- a/__tests__/interface.test.js +++ b/__tests__/interface.test.js @@ -19,6 +19,7 @@ describe('Public Interface', () => { // modules 'offlineManager', 'OfflineCreatePackOptions', + 'OfflinePack', 'snapshotManager', 'locationManager',