From c835e922bf21b42356bffe6b356995645d4342fd Mon Sep 17 00:00:00 2001 From: Baptiste Jamin <baptiste@crisp.chat> Date: Thu, 5 Sep 2024 17:33:25 +0200 Subject: [PATCH] chore: release 0.14.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0f7fd..aa22e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.14.4](https://github.com/walterholohan/react-native-crisp-chat-sdk/compare/v0.14.3...v0.14.4) + +- chore: update Android SDK [`b8c5255`](https://github.com/walterholohan/react-native-crisp-chat-sdk/commit/b8c52558d399125070545889bba9c7b9e8e8f1ba) + #### [v0.14.3](https://github.com/walterholohan/react-native-crisp-chat-sdk/compare/v0.14.2...v0.14.3) +> 5 September 2024 + +- chore: release 0.14.3 [`0094cd5`](https://github.com/walterholohan/react-native-crisp-chat-sdk/commit/0094cd545e41dd940ba0c84c85ff71e1a5eb6cee) - chore: update Android SDK [`d1e0784`](https://github.com/walterholohan/react-native-crisp-chat-sdk/commit/d1e07840fa930dd612d38bf6d55f1889602dce5b) #### [v0.14.2](https://github.com/walterholohan/react-native-crisp-chat-sdk/compare/v0.14.1...v0.14.2) diff --git a/package-lock.json b/package-lock.json index d592e59..f0abc99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-crisp-chat-sdk", - "version": "0.14.3", + "version": "0.14.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-crisp-chat-sdk", - "version": "0.14.3", + "version": "0.14.4", "license": "MIT", "dependencies": { "@expo/config-plugins": "~8.0.0" diff --git a/package.json b/package.json index 83058dc..290ec77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-crisp-chat-sdk", - "version": "0.14.3", + "version": "0.14.4", "description": "React-Native bridge for Crisp chat iOS and Android SDK's", "main": "lib/commonjs/index", "module": "lib/module/index",