Skip to content

Commit 8ab235f

Browse files
committed
Merge branch 'master' of github.com:laravel/echo
2 parents 0a4375c + d593fbf commit 8ab235f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: tests
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- '*.x'
58
pull_request:
69
schedule:
710
- cron: '0 0 * * *'

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/echo/compare/v1.14.0...master)
3+
## [Unreleased](https://github.com/laravel/echo/compare/v1.14.1...master)
4+
5+
## [v1.14.1](https://github.com/laravel/echo/compare/v1.14.0...v1.14.1) - 2022-10-25
6+
7+
### Fixed
8+
9+
- Instantiate pusher using Pusher class from option by @chhornponleu in https://github.com/laravel/echo/pull/359
410

511
## [v1.14.0](https://github.com/laravel/echo/compare/v1.13.1...v1.14.0) - 2022-08-30
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/preset-env": "^7.16.11",
3939
"@rollup/plugin-babel": "^5.3.1",
4040
"@types/jest": "^27.4.1",
41-
"@types/node": "^17.0.21",
41+
"@types/node": "^18.11.9",
4242
"@typescript-eslint/eslint-plugin": "^5.14.0",
4343
"@typescript-eslint/parser": "^5.14.0",
4444
"eslint": "^8.11.0",

0 commit comments

Comments
 (0)