Skip to content

Commit 0e91931

Browse files
committed
2 parents 9866ed1 + b2741d6 commit 0e91931

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.8.0](https://github.com/Cap-go/capacitor-native-audio/compare/7.7.8...7.8.0) (2025-10-30)
6+
7+
8+
### Features
9+
10+
* add notification center support for audio playback metadata on iOS and Android ([5b1fb75](https://github.com/Cap-go/capacitor-native-audio/commit/5b1fb756fd96d9334684c89a0cd4e7eb0691491a))
11+
512
## [7.7.8](https://github.com/Cap-go/capacitor-native-audio/compare/7.7.7...7.7.8) (2025-10-30)
613

714
## [7.7.7](https://github.com/Cap-go/capacitor-native-audio/compare/7.7.6...7.7.7) (2025-10-30)

ios/Sources/NativeAudioPlugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum MyError: Error {
1313
// swiftlint:disable type_body_length file_length
1414
@objc(NativeAudio)
1515
public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate, CAPBridgedPlugin {
16-
private let pluginVersion: String = "7.7.8"
16+
private let pluginVersion: String = "7.8.0"
1717
public let identifier = "NativeAudio"
1818
public let jsName = "NativeAudio"
1919
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.8",
3+
"version": "7.8.0",
44
"description": "A native plugin for native audio engine",
55
"license": "MIT",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)