Skip to content

Commit 7a5e78a

Browse files
chore(release): 2.0.0-alpha.1
1 parent 4cef1a8 commit 7a5e78a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1](https://github.com/nuxt-community/laravel-echo-module/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2021-03-31)
6+
7+
8+
### Features
9+
10+
* rewrite typescript ([d826db0](https://github.com/nuxt-community/laravel-echo-module/commit/d826db0572c2cea499a0ce595f65c692a74e7971))
11+
* support runtime config ([3495fb8](https://github.com/nuxt-community/laravel-echo-module/commit/3495fb86cb3b6394a7348e06ac044d3f9e7e072a))
12+
513
## [2.0.0-alpha.0](https://github.com/nuxt-community/laravel-echo/compare/v1.1.0...v2.0.0-alpha.0) (2021-03-29)
614

715

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.0",
3+
"version": "2.0.0-alpha.1",
44
"description": "Laravel Echo for Nuxt.js",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)