From a8f6d282adf66c99154f01359e4ddf1cff92ee97 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Sat, 2 May 2020 15:44:39 +0200 Subject: [PATCH] v1.0.30 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 11 +++++++++++ plugin/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d2e56..a3ca0cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.30](https://github.com/Akylas/nativescript-label/compare/v1.0.29...v1.0.30) (2020-05-02) + + +### Bug Fixes + +* **android:** rewrote the html parser to make it faster ([8930751](https://github.com/Akylas/nativescript-label/commit/8930751ae19010c3727f3a839acbc4bd51d5beca)) + + + + + ## [1.0.29](https://github.com/Akylas/nativescript-label/compare/v1.0.28...v1.0.29) (2020-05-01) diff --git a/lerna.json b/lerna.json index 8437279..2c16304 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "1.0.29", + "version": "1.0.30", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 00259a5..10d8c1f 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.30](https://github.com/Akylas/nativescript-label/compare/v1.0.29...v1.0.30) (2020-05-02) + + +### Bug Fixes + +* **android:** rewrote the html parser to make it faster ([8930751](https://github.com/Akylas/nativescript-label/commit/8930751ae19010c3727f3a839acbc4bd51d5beca)) + + + + + ## [1.0.29](https://github.com/Akylas/nativescript-label/compare/v1.0.28...v1.0.29) (2020-05-01) diff --git a/plugin/package.json b/plugin/package.json index 19c4c3b..560a144 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-htmllabel", - "version": "1.0.29", + "version": "1.0.30", "description": "Nativescript label implementation supporting HTML", "main": "./label", "typings": "./label.d.ts",