diff --git a/CHANGELOG.md b/CHANGELOG.md index 365af15..28a90e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.4](https://github.com/Akylas/nativescript-label/compare/v1.3.3...v1.3.4) (2023-05-14) + +### Bug Fixes + +- **ios:** tap event not working anymore ([ee70746](https://github.com/Akylas/nativescript-label/commit/ee70746117908abb542c19f71ad2a9e47ce98290)) + ## [1.3.3](https://github.com/Akylas/nativescript-label/compare/v1.3.2...v1.3.3) (2023-05-13) **Note:** Version bump only for package @nativescript-community/ui-label diff --git a/lerna.json b/lerna.json index 0de3342..fb494a3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["plugin"], - "version": "1.3.3", + "version": "1.3.4", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index d29e38a..278f615 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.4](https://github.com/nativescript-community/ui-label/compare/v1.3.3...v1.3.4) (2023-05-14) + +### Bug Fixes + +- **ios:** tap event not working anymore ([ee70746](https://github.com/nativescript-community/ui-label/commit/ee70746117908abb542c19f71ad2a9e47ce98290)) + ## [1.3.3](https://github.com/nativescript-community/ui-label/compare/v1.3.2...v1.3.3) (2023-05-13) **Note:** Version bump only for package @nativescript-community/ui-label diff --git a/plugin/package.json b/plugin/package.json index 62fa647..d1fa425 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-label", - "version": "1.3.3", + "version": "1.3.4", "description": "Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.", "main": "./label", "sideEffects": false,