Skip to content

Commit 7e2d420

Browse files
chore(release): 7.7.4
1 parent 2dcbab5 commit 7e2d420

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [7.7.4](https://github.com/Cap-go/capacitor-native-audio/compare/7.7.3...7.7.4) (2025-10-27)
6+
7+
8+
### Bug Fixes
9+
10+
* CI/CD config ([3631d6c](https://github.com/Cap-go/capacitor-native-audio/commit/3631d6c31b95ee3230d922c1d0aa21840321615d))
11+
* improve audio session management to prevent interference with VoIP calls ([2dcbab5](https://github.com/Cap-go/capacitor-native-audio/commit/2dcbab5947375da916936eb1ec5732979381c38e))
12+
513
## [7.7.3](https://github.com/Cap-go/capacitor-native-audio/compare/7.7.2...7.7.3) (2025-10-27)
614

715
## [7.7.2](https://github.com/Cap-go/capacitor-native-audio/compare/7.7.1...7.7.2) (2025-10-27)

ios/Sources/NativeAudioPlugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enum MyError: Error {
1111
/// here: https://capacitor.ionicframework.com/docs/plugins/ios
1212
@objc(NativeAudio)
1313
public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate, CAPBridgedPlugin {
14-
private let PLUGIN_VERSION: String = "7.7.3"
14+
private let PLUGIN_VERSION: String = "7.7.4"
1515
public let identifier = "NativeAudio"
1616
public let jsName = "NativeAudio"
1717
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/native-audio",
3-
"version": "7.7.3",
3+
"version": "7.7.4",
44
"description": "A native plugin for native audio engine",
55
"license": "MIT",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)