From 971a51fde98d7818cd85ba9471623d5735885ebc Mon Sep 17 00:00:00 2001 From: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:09:14 +0100 Subject: [PATCH] PubNub js 0.11.5 release. --- gradle.properties | 2 +- js-chat/.pubnub.yml | 7 ++++++- js-chat/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 411e2e09..ef19d491 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT SONATYPE_AUTOMATIC_RELEASE=false GROUP=com.pubnub POM_PACKAGING=jar -VERSION_NAME=0.11.4 +VERSION_NAME=0.11.5 POM_NAME=PubNub Chat SDK POM_DESCRIPTION=This SDK offers a set of handy methods to create your own feature-rich chat or add a chat to your existing application. diff --git a/js-chat/.pubnub.yml b/js-chat/.pubnub.yml index 78f208a8..6f9d4738 100644 --- a/js-chat/.pubnub.yml +++ b/js-chat/.pubnub.yml @@ -1,10 +1,15 @@ name: pubnub-js-chat -version: 0.11.4 +version: 0.11.5 scm: github.com/pubnub/js-chat schema: 1 files: - lib/dist/index.js changelog: + - date: 2025-02-06 + version: 0.11.5 + changes: + - type: bug + text: "Fixed method sendEvent for event types different from custom ." - date: 2025-02-04 version: 0.11.4 changes: diff --git a/js-chat/package.json b/js-chat/package.json index bfab2117..74642ab2 100644 --- a/js-chat/package.json +++ b/js-chat/package.json @@ -40,7 +40,7 @@ "module": "dist/index.es.js", "types": "dist/index.d.ts", "react-native": "dist/index.es.js", - "version": "0.11.4", + "version": "0.11.5", "name": "@pubnub/chat", "dependencies": { "pubnub": "8.6.0",