From 8e71bd84bace1d8eb45e096a3945b8557ab02855 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Apr 2024 02:35:55 +0000 Subject: [PATCH] chore(release): 6.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999e67e..035c8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.0](https://github.com/Cap-go/capacitor-crisp/compare/2.0.16...6.0.0) (2024-04-30) + + +### ⚠ BREAKING CHANGES + +* upgrade capacitor 6 + +### Features + +* upgrade capacitor 6 ([9a8fd0b](https://github.com/Cap-go/capacitor-crisp/commit/9a8fd0b533edbbaae487a64cc8bc8f7bf2946464)) + + +### Bug Fixes + +* pnpm lockfile ([39a519f](https://github.com/Cap-go/capacitor-crisp/commit/39a519fbb258f4a13b5d459c4ea65dd6fc734c34)) + ### [2.0.16](https://github.com/Cap-go/capacitor-crisp/compare/2.0.15...2.0.16) (2023-10-09) ### [2.0.15](https://github.com/Cap-go/capacitor-crisp/compare/2.0.14...2.0.15) (2023-09-04) diff --git a/package.json b/package.json index 9d1a795..58056d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-crisp", - "version": "5.0.0", + "version": "6.0.0", "description": "Crisp native SDK for capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",