diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e75aae..576d8a2f 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.5.0](https://github.com/Cap-go/camera-preview/compare/6.4.0...6.5.0) (2024-12-09) + + +### Features + +* add disableAudio on android ([e06eaf9](https://github.com/Cap-go/camera-preview/commit/e06eaf9a97f463dd1a60b051a66ddb83ec73b62c)) + ## [6.4.0](https://github.com/Cap-go/camera-preview/compare/6.3.35...6.4.0) (2024-11-18) diff --git a/package.json b/package.json index 89db1f99..ee901458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/camera-preview", - "version": "6.4.0", + "version": "6.5.0", "description": "Camera preview", "author": "Martin Donadieu ", "license": "MIT",