diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e442a..9b8cc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.7.13](https://github.com/thecyberworld/thecyberhub-app/compare/v1.7.12...v1.7.13) (2023-10-15) + + +### Bug Fixes + +* minor bugs ([#76](https://github.com/thecyberworld/thecyberhub-app/issues/76)) ([2cdf114](https://github.com/thecyberworld/thecyberhub-app/commit/2cdf114d5440e664db300ad36cd9ce9ede66643b)) + + + ## [1.7.12](https://github.com/thecyberworld/thecyberhub-app/compare/v1.7.11...v1.7.12) (2023-10-07) @@ -35,12 +44,3 @@ -## [1.7.8](https://github.com/thecyberworld/thecyberhub-app/compare/v1.7.7...v1.7.8) (2023-01-12) - - -### Bug Fixes - -* upgrade expo-linking from 3.2.2 to 3.3.0 ([#62](https://github.com/thecyberworld/thecyberhub-app/issues/62)) ([9985826](https://github.com/thecyberworld/thecyberhub-app/commit/99858265ffeff95ba7f7870e22202515c6dff4b5)) - - - diff --git a/package-lock.json b/package-lock.json index d1fe757..2f66e00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thecyberhub-app", - "version": "1.7.12", + "version": "1.7.13", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c7ed305..6a0fdd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thecyberhub-app", - "version": "1.7.12", + "version": "1.7.13", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start",