diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72015..7b7a553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [6.4.5](https://github.com/Cap-go/native-audio/compare/6.4.4...6.4.5) (2024-08-27) + + +### Bug Fixes + +* ios local file path ([7d1a226](https://github.com/Cap-go/native-audio/commit/7d1a2261a6768f65c742a272f0d749961eadca8b)) + ### [6.4.4](https://github.com/Cap-go/native-audio/compare/6.4.3...6.4.4) (2024-06-07) diff --git a/package.json b/package.json index 7e3f3bb..57379e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-audio", - "version": "6.4.4", + "version": "6.4.5", "description": "A native plugin for native audio engine", "main": "dist/plugin.js", "module": "dist/esm/index.js",