From 3203b6e89719ccede9c9bb4860ce48dbf39fa842 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 23 Oct 2024 21:04:30 +0000 Subject: [PATCH] chore(release): 6.0.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03425b0..16af251 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.4](https://github.com/Cap-go/capacitor-native-biometric/compare/6.0.3...6.0.4) (2024-10-23) + ### [6.0.3](https://github.com/Cap-go/capacitor-native-biometric/compare/6.0.2...6.0.3) (2024-09-05) ### [6.0.2](https://github.com/Cap-go/capacitor-native-biometric/compare/6.0.1...6.0.2) (2024-09-05) diff --git a/package.json b/package.json index 63384d1..9d76c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-native-biometric", - "version": "6.0.3", + "version": "6.0.4", "description": "This plugin gives access to the native biometric apis for android and iOS", "main": "dist/esm/index.js", "types": "dist/esm/index.d.ts",