diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad6310..295efe9 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.18](https://github.com/Cap-go/native-audio/compare/6.4.17...6.4.18) (2024-09-14) + + +### Bug Fixes + +* definition of isPreload ([2f0df01](https://github.com/Cap-go/native-audio/commit/2f0df0104242f48f413e06703e87627b2947cf7d)) + ### [6.4.17](https://github.com/Cap-go/native-audio/compare/6.4.16...6.4.17) (2024-09-07) diff --git a/package.json b/package.json index f3fc209..2d1d640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-audio", - "version": "6.4.17", + "version": "6.4.18", "description": "A native plugin for native audio engine", "main": "dist/plugin.js", "module": "dist/esm/index.js",