File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: tests
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - master
7
+ - ' *.x'
5
8
pull_request :
6
9
schedule :
7
10
- cron : ' 0 0 * * *'
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
4
10
5
11
## [ v1.14.0] ( https://github.com/laravel/echo/compare/v1.13.1...v1.14.0 ) - 2022-08-30
6
12
Original file line number Diff line number Diff line change 38
38
"@babel/preset-env" : " ^7.16.11" ,
39
39
"@rollup/plugin-babel" : " ^5.3.1" ,
40
40
"@types/jest" : " ^27.4.1" ,
41
- "@types/node" : " ^17.0.21 " ,
41
+ "@types/node" : " ^18.11.9 " ,
42
42
"@typescript-eslint/eslint-plugin" : " ^5.14.0" ,
43
43
"@typescript-eslint/parser" : " ^5.14.0" ,
44
44
"eslint" : " ^8.11.0" ,
You can’t perform that action at this time.
0 commit comments