diff --git a/CHANGELOG.md b/CHANGELOG.md index 48430ed..6f82df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.18](https://github.com/Cap-go/native-audio/compare/6.0.17...6.0.18) (2023-08-21) + ### [6.0.17](https://github.com/Cap-go/native-audio/compare/6.0.16...6.0.17) (2023-08-10) ### [6.0.16](https://github.com/Cap-go/native-audio/compare/6.0.15...6.0.16) (2023-08-10) diff --git a/package.json b/package.json index b64055d..93641a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-audio", - "version": "6.0.17", + "version": "6.0.18", "description": "A native plugin for native audio engine", "main": "dist/plugin.js", "module": "dist/esm/index.js",