From 916cb2292d5803076739a17b89cdd6a4ee78023d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 May 2024 12:48:59 +0000 Subject: [PATCH] chore(release): 6.0.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cceff84..36c97ef 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.5](https://github.com/Cap-go/capacitor-crisp/compare/6.0.4...6.0.5) (2024-05-06) + ### [6.0.4](https://github.com/Cap-go/capacitor-crisp/compare/6.0.3...6.0.4) (2024-05-06) ### [6.0.3](https://github.com/Cap-go/capacitor-crisp/compare/6.0.2...6.0.3) (2024-05-06) diff --git a/package.json b/package.json index 0b2d118..2b94f11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-crisp", - "version": "6.0.4", + "version": "6.0.5", "description": "Crisp native SDK for capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",