diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6afb4..00a4035 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. +## [6.4.9](https://github.com/nativescript-community/audio/compare/v6.4.8...v6.4.9) (2024-10-23) + +### Bug Fixes + +* **ios:** trying to fix interop.NSErrorWrapper error [#1](https://github.com/nativescript-community/audio/issues/1) ([46f0baa](https://github.com/nativescript-community/audio/commit/46f0baab379a4307a71765767e9ec6621092f1d0)) + ## [6.4.8](https://github.com/nativescript-community/audio/compare/v6.4.7...v6.4.8) (2024-10-14) ### Features diff --git a/lerna.json b/lerna.json index 0f400f7..aebace0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.4.8", + "version": "6.4.9", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/audio/CHANGELOG.md b/packages/audio/CHANGELOG.md index 379566e..2a48c91 100644 --- a/packages/audio/CHANGELOG.md +++ b/packages/audio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.4.9](https://github.com/nativescript-community/audio/compare/v6.4.8...v6.4.9) (2024-10-23) + +**Note:** Version bump only for package @nativescript-community/audio + ## [6.4.8](https://github.com/nativescript-community/audio/compare/v6.4.7...v6.4.8) (2024-10-14) **Note:** Version bump only for package @nativescript-community/audio diff --git a/packages/audio/package.json b/packages/audio/package.json index 927b514..69566fa 100644 --- a/packages/audio/package.json +++ b/packages/audio/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/audio", - "version": "6.4.8", + "version": "6.4.9", "description": "NativeScript plugin to record and play audio.", "main": "./index", "sideEffects": false,