From 3d23ace4083923d49a72e0430a9880f57337830d Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Thu, 10 Jun 2021 21:58:29 +0100 Subject: [PATCH] chore: release v1.0.5 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b5aaf..a635d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ 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.4](https://github.com/gorhom/react-native-portal/compare/v1.0.3...v1.0.4) +## [v1.0.5](https://github.com/gorhom/react-native-portal/compare/v1.0.4...v1.0.5) + +### Commits + +- chore: updated dependencies [`3a8db0c`](https://github.com/gorhom/react-native-portal/commit/3a8db0c6d551da19dbb832754c83676cc117f4e5) +- chore: updated expo [`96eec0f`](https://github.com/gorhom/react-native-portal/commit/96eec0fc2235d5841c6653e1d6460204617757c3) + +## [v1.0.4](https://github.com/gorhom/react-native-portal/compare/v1.0.3...v1.0.4) - 2021-03-04 ### Merged diff --git a/package.json b/package.json index ee2dae8..7b02d1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gorhom/portal", - "version": "1.0.4", + "version": "1.0.5", "description": "A simplified portal implementation for ⭕️ React Native ⭕️", "main": "lib/commonjs/index", "module": "lib/module/index",