From caf338c1da82ac172c48a0a196f25ebc725e58d6 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Mon, 24 Oct 2022 15:26:43 +0100 Subject: [PATCH 1/2] chore: bump version + prepare package.json for 1.0.0 --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 63f3e656..8fbbce65 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,15 @@ { - "name": "laravel-echo", - "version": "1.13.1", - "description": "Laravel Echo library for beautiful Pusher and Socket.IO integration", + "name": "@ably/laravel-echo", + "version": "1.0.0", + "description": "Laravel Echo library for beautiful Ably integration", "keywords": [ "laravel", - "pusher", "ably" ], - "homepage": "https://github.com/laravel/echo", + "homepage": "https://github.com/ably-forks/laravel-echo", "repository": { "type": "git", - "url": "https://github.com/laravel/echo" + "url": "https://github.com/ably-forks/laravel-echo" }, "license": "MIT", "author": { From 481ec9580afe61d2e3bbb7e726239121fe098409 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Mon, 24 Oct 2022 15:27:39 +0100 Subject: [PATCH 2/2] chore: update CHANGELOG for 1.0.0 release --- .github/CHANGELOG-ABLY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CHANGELOG-ABLY.md diff --git a/.github/CHANGELOG-ABLY.md b/.github/CHANGELOG-ABLY.md new file mode 100644 index 00000000..4fe11b06 --- /dev/null +++ b/.github/CHANGELOG-ABLY.md @@ -0,0 +1,9 @@ +# Changelog + +## [v1.0.0](https://github.com/ably-forks/laravel-echo/tree/ably-echo-1.0.0) + +[Full Changelog](https://github.com/ably-forks/laravel-echo/compare/v1.11.7...ably-echo-1.0.0) + +**Merged pull requests:** + +- ably-js support for laravel-echo [\#2](https://github.com/ably-forks/laravel-echo/pull/2) ([sacOO7](https://github.com/sacOO7))