From 59bc9acc66a2bb87293f964f1fdd9bd0ab8264f8 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 30 Jul 2020 16:49:57 +0200 Subject: [PATCH] v4.0.4 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eda6aa..2710f61 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. +## [4.0.4](https://github.com/Akylas/nativescript-image/compare/v4.0.3...v4.0.4) (2020-07-30) + + +### Bug Fixes + +* **android:** auto size ([f52a0d4](https://github.com/Akylas/nativescript-image/commit/f52a0d412cb45e733d3ccd191de4035cba498c4a)) + + + + + ## [4.0.3](https://github.com/Akylas/nativescript-image/compare/v4.0.2...v4.0.3) (2020-07-29) **Note:** Version bump only for package @nativescript-community/ui-image diff --git a/lerna.json b/lerna.json index ce727ab..bc61992 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "4.0.3", + "version": "4.0.4", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index d65d6a3..e971e3c 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.4](https://github.com/Akylas/nativescript-image/compare/v4.0.3...v4.0.4) (2020-07-30) + +**Note:** Version bump only for package @nativescript-community/ui-image + + + + + ## [4.0.3](https://github.com/Akylas/nativescript-image/compare/v4.0.2...v4.0.3) (2020-07-29) **Note:** Version bump only for package @nativescript-community/ui-image diff --git a/plugin/package.json b/plugin/package.json index c9daa72..47f1f8f 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-image", - "version": "4.0.3", + "version": "4.0.4", "description": "Nativescript Image plugin using cache.", "main": "./image", "sideEffects": false,