Skip to content

Commit 769891c

Browse files
Update HyperTrack SDK iOS to 5.4.0 and Android to 7.4.0 (#95)
Fix adding release links to CHANHELOG on automatic SDK version update. Hide private just recipes.
1 parent 082c0d0 commit 769891c

File tree

26 files changed

+65
-57
lines changed

26 files changed

+65
-57
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [13.1.0] - 2024-01-29
9+
10+
### Changed
11+
12+
- Updated HyperTrack SDK iOS to [5.4.0](https://github.com/hypertrack/sdk-ios/releases/tag/5.4.0)
13+
- Updated HyperTrack SDK Android to [7.4.0](https://github.com/hypertrack/sdk-android/releases/tag/7.4.0)
14+
815
## [13.0.0] - 2024-01-24
916

1017
### Added
@@ -13,8 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1320

1421
### Changed
1522

16-
- Updated HyperTrack SDK iOS to 5.3.0
17-
- Updated HyperTrack SDK Android to 7.3.0
23+
- Updated HyperTrack SDK iOS to [5.3.0](https://github.com/hypertrack/sdk-android/releases/tag/5.3.0)
24+
- Updated HyperTrack SDK Android to [7.3.0](https://github.com/hypertrack/sdk-android/releases/tag/7.3.0)
1825

1926
### Fixed
2027

@@ -770,3 +777,4 @@ Initial release.
770777
[12.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/12.0.0
771778
[12.1.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/12.1.0
772779
[13.0.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.0.0
780+
[13.1.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
44
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
5-
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.3.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6-
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.3.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
5+
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.4.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.4.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
77

88
[HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
99

docs/classes/HyperTrack.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/enums/HyperTrackError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/modules.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/types/Errors.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Failure.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Location.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/LocationError.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)