Skip to content

Commit 37ffb12

Browse files
committed
chore(release): publish new version 6.4.9
1 parent e2b0c56 commit 37ffb12

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.9](https://github.com/nativescript-community/audio/compare/v6.4.8...v6.4.9) (2024-10-23)
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
612
## [6.4.8](https://github.com/nativescript-community/audio/compare/v6.4.7...v6.4.8) (2024-10-14)
713

814
### Features

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.4.8",
2+
"version": "6.4.9",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/audio/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.9](https://github.com/nativescript-community/audio/compare/v6.4.8...v6.4.9) (2024-10-23)
7+
8+
**Note:** Version bump only for package @nativescript-community/audio
9+
610
## [6.4.8](https://github.com/nativescript-community/audio/compare/v6.4.7...v6.4.8) (2024-10-14)
711

812
**Note:** Version bump only for package @nativescript-community/audio

packages/audio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/audio",
3-
"version": "6.4.8",
3+
"version": "6.4.9",
44
"description": "NativeScript plugin to record and play audio.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)