Skip to content

Commit 6d1afe0

Browse files
authored
chore: release build v7.0.1 (#135)
1 parent bd3c048 commit 6d1afe0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [v7.0.1](https://github.com/capacitor-community/native-audio/compare/v7.0.0...v7.0.1) (2025-09-21)
6+
7+
### Enhancements
8+
9+
- support for spm ([#133](https://github.com/capacitor-community/native-audio/pull/133)), ([bd3c048](https://github.com/capacitor-community/native-audio/commit/bd3c04823175d5c1b61ae6c0b678c63f605dce86)), closes [#122](https://github.com/capacitor-community/native-audio/issues/122)
10+
- added an Ionic/Angular example application in the **example-app** directory. On iOS, the example app uses Swift Package Manager instead of CocoaPods for its native iOS dependencies
11+
512
## [7.0.0](https://github.com/capacitor-community/native-audio/compare/v0.1.2...v7.0.0) (2025-03-27)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/native-audio",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A native plugin for native audio engine",
55
"main": "dist/plugin.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)