From 4540e37eddbc006d6f35754db364a93aef1d5663 Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Thu, 2 Feb 2023 15:11:28 +0100 Subject: [PATCH] v6.4.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/audio/CHANGELOG.md | 8 ++++++++ packages/audio/package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4992e12..09c172d 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. +## [6.4.3](https://github.com/nativescript-community/audio/compare/v6.4.2...v6.4.3) (2023-02-02) + + +### Bug Fixes + +* **ios:** more recording session options ([c0fe830](https://github.com/nativescript-community/audio/commit/c0fe830f16e1e36174dc88d314f43fd2832f7158)) + + + + + ## [6.4.2](https://github.com/nativescript-community/audio/compare/v6.4.1...v6.4.2) (2023-01-27) diff --git a/lerna.json b/lerna.json index 873d244..7922929 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.4.2", + "version": "6.4.3", "packages": [ "packages/*" ], diff --git a/packages/audio/CHANGELOG.md b/packages/audio/CHANGELOG.md index 0b75ce7..2f02fd0 100644 --- a/packages/audio/CHANGELOG.md +++ b/packages/audio/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. +## [6.4.3](https://github.com/nativescript-community/audio/compare/v6.4.2...v6.4.3) (2023-02-02) + +**Note:** Version bump only for package @nativescript-community/audio + + + + + ## [6.4.2](https://github.com/nativescript-community/audio/compare/v6.4.1...v6.4.2) (2023-01-27) diff --git a/packages/audio/package.json b/packages/audio/package.json index e502913..bf11647 100644 --- a/packages/audio/package.json +++ b/packages/audio/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/audio", - "version": "6.4.2", + "version": "6.4.3", "description": "NativeScript plugin to record and play audio.", "main": "./index", "sideEffects": false,