Skip to content

Commit fa3d60a

Browse files
Update CHANGELOG and package version
1 parent 37822a4 commit fa3d60a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [9.1.0] - 2023-03-21
7+
8+
### Added
9+
- `automaticallyRequestPermissions` param to `initialize()`
10+
611
## [9.0.0] - 2023-02-17
712

813
### Changed
@@ -23,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2328
- `subscribeToAvailability()`
2429

2530
### Removed
31+
- `automaticallyRequestPermissions` param from `initialize()`
2632
- `enableDebugLogging()` (use `initialize()` param `loggingEnabled` istead)
2733
- `setTripMarker()` (use `addGeotag` instead)
2834

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypertrack-sdk-react-native",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"description": "React Native HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into React Native apps.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)