From ce76e29e9251e15441f5bb610a66a933099e85ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 04:44:48 +0000 Subject: [PATCH] chore(release): 6.0.20 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b12afb..cc9a063 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.0.20](https://github.com/Cap-go/native-audio/compare/6.0.19...6.0.20) (2023-10-02) + + +### Bug Fixes + +* **deps:** update dependency com.android.tools.build:gradle to v8.1.2 ([8250ede](https://github.com/Cap-go/native-audio/commit/8250edeef2c16128b9256c92541ba1c419165c73)) + ### [6.0.19](https://github.com/Cap-go/native-audio/compare/6.0.18...6.0.19) (2023-08-28) diff --git a/package.json b/package.json index bbbf409..53bf2b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-audio", - "version": "6.0.19", + "version": "6.0.20", "description": "A native plugin for native audio engine", "main": "dist/plugin.js", "module": "dist/esm/index.js",