From 639b509a584851e3f5f21f3e62bf863025981ad2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Jun 2024 21:33:20 +0000 Subject: [PATCH] chore(release): 6.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a03ab..28da7e6 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.2](https://github.com/Cap-go/native-audio/compare/6.4.1...6.4.2) (2024-06-03) + + +### Bug Fixes + +* add better header for consulting and capgo ([7d93625](https://github.com/Cap-go/native-audio/commit/7d93625f266cf56e4ea450268ee370f55409a504)) + ### [6.4.1](https://github.com/Cap-go/native-audio/compare/6.4.0...6.4.1) (2024-06-03) diff --git a/package.json b/package.json index 41530de..30a3e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/native-audio", - "version": "6.4.1", + "version": "6.4.2", "description": "A native plugin for native audio engine", "main": "dist/plugin.js", "module": "dist/esm/index.js",