Skip to content

Commit 6a36f61

Browse files
committed
v6.0.1
1 parent 97e1ad8 commit 6a36f61

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.0...v6.0.1) (2020-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* android fix for anroid 11 ([97e1ad8](https://github.com/nativescript-community/ui-mapbox/commit/97e1ad86cb06c48e74712fbc8bdfcabdb854ab94))
12+
* android fixes ([4cb6407](https://github.com/nativescript-community/ui-mapbox/commit/4cb640773ffce644ac6b2f6680197fef29821652))
13+
14+
15+
16+
17+
618
# 6.0.0 (2020-11-12)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "6.0.0",
5+
"version": "6.0.1",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.0...v6.0.1) (2020-11-12)
7+
8+
9+
### Bug Fixes
10+
11+
* android fix for anroid 11 ([97e1ad8](https://github.com/nativescript-community/ui-mapbox/commit/97e1ad86cb06c48e74712fbc8bdfcabdb854ab94))
12+
13+
14+
15+
16+
617
# 6.0.0 (2020-11-12)
718

819

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-mapbox",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A Nativescript plugin for Mapbox Native Maps.",
55
"main": "mapbox",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)