From f0ed3cf0a439bcce1ab12ac105d51ca0655a27c0 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Sun, 14 Aug 2022 14:17:39 +0200 Subject: [PATCH] v4.4.2 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ea460..0e72511 100644 --- a/CHANGELOG.md +++ b/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.4.2](https://github.com/farfromrefug/nativescript-lottie/compare/v4.4.1...v4.4.2) (2022-08-14) + +**Note:** Version bump only for package @nativescript-community/ui-lottie + + + + + ## [4.4.1](https://github.com/farfromrefug/nativescript-lottie/compare/v4.4.0...v4.4.1) (2022-02-16) diff --git a/lerna.json b/lerna.json index fe4a7d1..6168d55 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "4.4.1", + "version": "4.4.2", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index efd7ba1..f5731a5 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.4.2](https://github.com/farfromrefug/nativescript-lottie/compare/v4.4.1...v4.4.2) (2022-08-14) + +**Note:** Version bump only for package @nativescript-community/ui-lottie + + + + + ## [4.4.1](https://github.com/farfromrefug/nativescript-lottie/compare/v4.4.0...v4.4.1) (2022-02-16) diff --git a/plugin/package.json b/plugin/package.json index 1dcecf6..20f1376 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-lottie", - "version": "4.4.1", + "version": "4.4.2", "description": "NativeScript plugin to expose AirBnB Lottie library", "main": "lottie", "sideEffects": false,