diff --git a/CHANGELOG.md b/CHANGELOG.md index 7301919..b733b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.0.13](https://github.com/gorhom/react-native-portal/compare/v1.0.12...v1.0.13) +## [v1.0.14](https://github.com/gorhom/react-native-portal/compare/v1.0.13...v1.0.14) + +### Commits + +- docs: added usage example with gesture handler [`098ccdf`](https://github.com/gorhom/react-native-portal/commit/098ccdf90089db54fd9c0629970216f11fdb48d6) +- fix: avoid non-defined global error on web (#30)(by @AlanSl) [`d74fd20`](https://github.com/gorhom/react-native-portal/commit/d74fd200ef82d3b86718dd6f7644a0a52816a087) +- chore: fix linting in logger.ts [`74a1290`](https://github.com/gorhom/react-native-portal/commit/74a129073e52988ffb87d527a713f9aa63004426) + +## [v1.0.13](https://github.com/gorhom/react-native-portal/compare/v1.0.12...v1.0.13) - 2022-04-10 ### Commits diff --git a/package.json b/package.json index 4bf12bf..22f2d09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/portal", - "version": "1.0.13", + "version": "1.0.14", "description": "A simplified portal implementation for ⭕️ React Native ⭕️", "main": "lib/commonjs/index", "module": "lib/module/index",