diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9a063..a3e9c54 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.21](https://github.com/Cap-go/native-audio/compare/6.0.20...6.0.21) (2023-10-09) + ### [6.0.20](https://github.com/Cap-go/native-audio/compare/6.0.19...6.0.20) (2023-10-02) diff --git a/package.json b/package.json index 53bf2b4..424b30e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-audio", - "version": "6.0.20", + "version": "6.0.21", "description": "A native plugin for native audio engine", "main": "dist/plugin.js", "module": "dist/esm/index.js",