From 417c572d1a029d4d2700002aef669c301f8b4b6a Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Wed, 25 Sep 2024 22:40:19 +0530 Subject: [PATCH 1/2] Bumped up version number --- package.json | 2 +- src/connector/ably-connector.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 723bd9e..ebe1483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/laravel-echo", - "version": "1.0.5", + "version": "1.0.6", "description": "Laravel Echo library for beautiful Ably integration", "keywords": [ "laravel", diff --git a/src/connector/ably-connector.ts b/src/connector/ably-connector.ts index cebb15e..2ed12e3 100644 --- a/src/connector/ably-connector.ts +++ b/src/connector/ably-connector.ts @@ -12,7 +12,7 @@ export class AblyConnector extends Connector { /** * The laravel-echo library version. */ - static LIB_VERSION = '1.0.5'; + static LIB_VERSION = '1.0.6'; /** * The Ably instance. From 77c3c8ac36c29a7547296ca9d9bf5d33d228feba Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Wed, 25 Sep 2024 22:42:55 +0530 Subject: [PATCH 2/2] Updated CHANGELOG --- CHANGELOG-ABLY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG-ABLY.md b/CHANGELOG-ABLY.md index 36c3c26..57fbb12 100644 --- a/CHANGELOG-ABLY.md +++ b/CHANGELOG-ABLY.md @@ -1,5 +1,14 @@ # Changelog +## [v1.0.6](https://github.com/ably-forks/laravel-echo/tree/ably-echo-1.0.6) + +[Full Changelog](https://github.com/ably-forks/laravel-echo/compare/ably-echo-1.0.5...ably-echo-1.0.6) + +**Merged pull requests:** + +- \[ECO-4995\] Fix base64 url encoding/decoding [\#43](https://github.com/ably-forks/laravel-echo/pull/43) ([sacOO7](https://github.com/sacOO7)) +- \[ECO-4977\] Fix broadcast to others [\#42](https://github.com/ably-forks/laravel-echo/pull/42) ([sacOO7](https://github.com/sacOO7)) + ## [v1.0.5](https://github.com/ably-forks/laravel-echo/tree/ably-echo-1.0.5) [Full Changelog](https://github.com/ably-forks/laravel-echo/compare/ably-echo-1.0.4...ably-echo-1.0.5)