Skip to content

Commit cb7cda8

Browse files
chore(release): 7.6.0
1 parent a4f3515 commit cb7cda8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.6.0](https://github.com/Cap-go/capacitor-native-audio/compare/7.5.16...7.6.0) (2025-10-23)
6+
7+
8+
### Features
9+
10+
* add getPluginVersion method to NativeAudio plugin and web implementation ([2a7253b](https://github.com/Cap-go/capacitor-native-audio/commit/2a7253ba6e17283131bbb2573febb3d70d8bd520))
11+
12+
13+
### Bug Fixes
14+
15+
* remove content field from Discord release notification ([399dc53](https://github.com/Cap-go/capacitor-native-audio/commit/399dc539b71544a01cb6daccf251cad7cfe8c88d))
16+
517
## [7.5.16](https://github.com/Cap-go/capacitor-native-audio/compare/7.5.15...7.5.16) (2025-10-20)
618

719

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 = ""
14+
private let PLUGIN_VERSION: String = "7.6.0"
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.5.16",
3+
"version": "7.6.0",
44
"description": "A native plugin for native audio engine",
55
"license": "MIT",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)