Skip to content

Commit 7f49095

Browse files
chore(release): 2.0.0-alpha.2
1 parent 51b8d2e commit 7f49095

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0-alpha.2](https://github.com/nuxt-community/laravel-echo-module/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2021-04-05)
6+
7+
8+
### Features
9+
10+
* add hooks before/after connect/disconnect ([87b5dfa](https://github.com/nuxt-community/laravel-echo-module/commit/87b5dfa2d2876cad09991b43eaed136c69b005f4))
11+
12+
13+
### Bug Fixes
14+
15+
* disable plugin on ssr ([51b8d2e](https://github.com/nuxt-community/laravel-echo-module/commit/51b8d2e6737004c4644704bdd99d875b8dfd7282))
16+
517
## [2.0.0-alpha.1](https://github.com/nuxt-community/laravel-echo-module/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2021-03-31)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/laravel-echo",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "Laravel Echo for Nuxt.js",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)