From 0f130f44f0628d9a5ad3879a7c35e8b0b8b8b946 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 May 2024 03:45:46 +0000 Subject: [PATCH] chore(release): 6.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bfcfea..ad18f9d 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.2](https://github.com/Cap-go/capacitor-crisp/compare/6.0.1...6.0.2) (2024-05-06) + ### [6.0.1](https://github.com/Cap-go/capacitor-crisp/compare/6.0.0...6.0.1) (2024-04-30) ## [6.0.0](https://github.com/Cap-go/capacitor-crisp/compare/2.0.16...6.0.0) (2024-04-30) diff --git a/package.json b/package.json index 6be6e28..7de6ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-crisp", - "version": "6.0.1", + "version": "6.0.2", "description": "Crisp native SDK for capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",