Skip to content

Commit

Permalink
Bump version (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kuznetsov-hypertrack authored Jul 9, 2023
1 parent 548f5a5 commit 794397f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 15 deletions.
46 changes: 33 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2023-07-09

### Added

- `addGeotageWithExpectedLocation()` method
- API Documentation


## [1.0.3] - 2023-06-16

### Changed
Expand Down Expand Up @@ -162,16 +170,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Cordova support for HyperTrack Android SDK v4.5.3

[unreleased]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.0.6...v0.1.0
[0.0.6]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/hypertrack/cordova-plugin-hypertrack/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/tag/v0.0.1
[1.1.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/1.1.0
[1.0.3]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/1.0.3
[1.0.2]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/1.0.2
[1.0.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/1.0.1
[1.0.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/1.0.0
[0.6.4]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.6.4
[0.6.3]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.6.3
[0.6.2]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.6.2
[0.6.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.6.1
[0.6.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.6.0
[0.5.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.5.0
[0.4.2]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.4.2
[0.4.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.4.1
[0.4.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.4.0
[0.3.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.3.0
[0.2.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.2.1
[0.2.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.2.0
[0.1.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.1.1
[0.1.0]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.1.0
[0.0.6]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.0.6
[0.0.5]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.0.5
[0.0.4]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.0.4
[0.0.3]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.0.3
[0.0.2]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.0.2
[0.0.1]: https://github.com/hypertrack/cordova-plugin-hypertrack/releases/0.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.1.0",
"name": "cordova-plugin-hypertrack-v3",
"cordova_name": "Cordova HyperTrack Plugin",
"description": "Cordova Plugin for native HyperTrack SDKs",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-hypertrack-v3"
version="1.0.3">
version="1.1.0">
<name>HyperTrackPlugin</name>
<description>Cordova HyperTrack Plugin is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into Cordova apps.</description>
<license>MIT</license>
Expand Down

0 comments on commit 794397f

Please sign in to comment.