From 8b3230678104f542e0af96d47c806863bc0d7790 Mon Sep 17 00:00:00 2001 From: Baptiste Jamin <baptiste@crisp.chat> Date: Fri, 10 Jan 2025 10:35:19 +0100 Subject: [PATCH] chore: release 0.15.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 93c31ad..34fd5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.15.4](https://github.com/walterholohan/react-native-crisp-chat-sdk/compare/v0.15.3...v0.15.4) + +- chore: update android package [`3ca8c05`](https://github.com/walterholohan/react-native-crisp-chat-sdk/commit/3ca8c0557804add2c984d76e7b3443847f83ab00) + #### [v0.15.3](https://github.com/walterholohan/react-native-crisp-chat-sdk/compare/v0.15.2...v0.15.3) +> 9 January 2025 + - chore: update ios package [`3dfa2b0`](https://github.com/walterholohan/react-native-crisp-chat-sdk/commit/3dfa2b0da3decf45b09ff286ff9c028df9d78193) +- chore: release 0.15.3 [`e787c71`](https://github.com/walterholohan/react-native-crisp-chat-sdk/commit/e787c716c825e4e5e2a9806797fe438c49135d2e) - chore: update android package [`50184af`](https://github.com/walterholohan/react-native-crisp-chat-sdk/commit/50184afe98270d39bb7c85dee058094b17fdb653) #### [v0.15.2](https://github.com/walterholohan/react-native-crisp-chat-sdk/compare/v0.15.1...v0.15.2) diff --git a/package-lock.json b/package-lock.json index 201625f..d987da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-crisp-chat-sdk", - "version": "0.15.3", + "version": "0.15.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-crisp-chat-sdk", - "version": "0.15.3", + "version": "0.15.4", "license": "MIT", "dependencies": { "@expo/config-plugins": "~8.0.0" diff --git a/package.json b/package.json index c35ef77..102db39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-crisp-chat-sdk", - "version": "0.15.3", + "version": "0.15.4", "description": "React-Native bridge for Crisp chat iOS and Android SDK's", "main": "lib/commonjs/index", "module": "lib/module/index",