From 70b465d7ba3957b046bef5248319e965152e849b Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Mon, 27 Jan 2025 14:14:43 -0300 Subject: [PATCH] v9.6.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a5e70..5203bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +## v9.6.0 + +### New Features + +* Added support for the `session:error` RTM API event. + ## v9.5.0 ### New Features diff --git a/package.json b/package.json index df13e4a..0738e63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "crisp-api", "description": "Crisp API wrapper for Node - official, maintained by Crisp", - "version": "9.5.0", + "version": "9.6.0", "homepage": "https://github.com/crisp-im/node-crisp-api", "license": "MIT", "author": {