Skip to content

Commit 93b613f

Browse files
committed
chore(release): publish new version 6.4.11
1 parent 83e822c commit 93b613f

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

Diff for: 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.11](https://github.com/nativescript-community/audio/compare/v6.4.10...v6.4.11) (2024-11-04)
7+
8+
### Bug Fixes
9+
10+
* **ios:** fixed crash with audio player ([158da87](https://github.com/nativescript-community/audio/commit/158da87ab4b4784c7a6731ce8e4db3f0a8685dea))
11+
612
## [6.4.10](https://github.com/nativescript-community/audio/compare/v6.4.9...v6.4.10) (2024-10-23)
713

814
### Bug Fixes

Diff for: lerna.json

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

Diff for: 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.11](https://github.com/nativescript-community/audio/compare/v6.4.10...v6.4.11) (2024-11-04)
7+
8+
**Note:** Version bump only for package @nativescript-community/audio
9+
610
## [6.4.10](https://github.com/nativescript-community/audio/compare/v6.4.9...v6.4.10) (2024-10-23)
711

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

Diff for: 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.10",
3+
"version": "6.4.11",
44
"description": "NativeScript plugin to record and play audio.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)