Skip to content

Commit 9a58f9c

Browse files
committed
v1.4.8
1 parent d3456ba commit 9a58f9c

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [1.4.8](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.7...v1.4.8) (2020-11-02)
7+
8+
9+
### Bug Fixes
10+
11+
* features and fixes ([b890450](https://github.com/farfromrefug/nativescript-carto/commit/b890450b8173b84743bc21f0a2a245d98754cb16))
12+
13+
14+
15+
16+
617
## [1.4.7](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.6...v1.4.7) (2020-10-30)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "1.4.7",
5+
"version": "1.4.8",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [1.4.8](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.7...v1.4.8) (2020-11-02)
7+
8+
9+
### Bug Fixes
10+
11+
* features and fixes ([b890450](https://github.com/farfromrefug/nativescript-carto/commit/b890450b8173b84743bc21f0a2a245d98754cb16))
12+
13+
14+
15+
16+
617
## [1.4.7](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.6...v1.4.7) (2020-10-30)
718

819
**Note:** Version bump only for package @nativescript-community/ui-carto

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-carto",
3-
"version": "1.4.6",
3+
"version": "1.4.8",
44
"description": "Nativescript plugin for Carto Mobile SDK",
55
"main": "index",
66
"sideEffects": false,
@@ -27,4 +27,4 @@
2727
"homepage": "https://github.com/nativescript-community/ui-carto",
2828
"bootstrapper": "nativescript-plugin-seed",
2929
"gitHead": "b6e046978275bbdf14f2de501e9d3d208ae9e15e"
30-
}
30+
}

0 commit comments

Comments
 (0)