diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0ef60..41cf84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog -## [v1.0.2](https://github.com/georstat/react-native-image-gallery/compare/v1.0.1...v1.0.2) +## [v1.1.0](https://github.com/georstat/react-native-image-gallery/compare/v1.0.2...v1.1.0) + +#### Features + +- feat: add prop to disable swipe ([3f12579](https://github.com/georstat/react-native-image-gallery/commit/3f125790400bdecb0f5670c85c0f5131326ade05)). + +#### Fixes + +- fix: export image object type ([47ec787](https://github.com/georstat/react-native-image-gallery/commit/47ec787407e404e5c30f2e96a186a632ff17396f)). + +#### Documentations + +- docs: add todos ([a75f21c](https://github.com/georstat/react-native-image-gallery/commit/a75f21ca526aee6eabeefdd715d3c3a96b9540d5)). +- docs: added checkboxes on Todo ([5823f1a](https://github.com/georstat/react-native-image-gallery/commit/5823f1aa3970382a1c26da6576a76d0e690cf1aa)). +- docs: add image object type to example ([3218dab](https://github.com/georstat/react-native-image-gallery/commit/3218dab33435eaaf321ee9d0d63ed39a0a2143cb)). +- docs: add disableSwipe prop ([6f62345](https://github.com/georstat/react-native-image-gallery/commit/6f62345453b282cf4bcdf7538e3c1f3e19f3b26b)). +- docs: added missing ImageGallery import on Custom Gallery example ([7f25b2d](https://github.com/georstat/react-native-image-gallery/commit/7f25b2d77aabe5d7d068451fa3ce5c3c75fa2e1c)). + +## [v1.0.2](https://github.com/georstat/react-native-image-gallery/compare/v1.0.1...v1.0.2) - 2021-11-21 #### Improvements diff --git a/package.json b/package.json index 90f526d..66defc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@georstat/react-native-image-gallery", - "version": "1.0.2", + "version": "1.1.0", "access": "public", "description": "React Native Image Gallery with Thumbnails", "main": "lib/commonjs/index.js",