diff --git a/CHANGELOG.md b/CHANGELOG.md index a046f57..05b4be3 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.11](https://github.com/Cap-go/native-audio/compare/6.4.10...6.4.11) (2024-08-27) + + +### Bug Fixes + +* listener issue ([6e09efa](https://github.com/Cap-go/native-audio/commit/6e09efab308be6ad31264e5ca4dce0f2c9309b02)) + ### [6.4.10](https://github.com/Cap-go/native-audio/compare/6.4.9...6.4.10) (2024-08-27) diff --git a/package.json b/package.json index 5391f0c..71635c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-audio", - "version": "6.4.10", + "version": "6.4.11", "description": "A native plugin for native audio engine", "main": "dist/plugin.js", "module": "dist/esm/index.js",