Skip to content

Commit ef4fe62

Browse files
committed
chore(release): v0.2.1
1 parent fcc789a commit ef4fe62

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# Changelog
22

33

4+
## v0.2.1
5+
6+
[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.2.0...v0.2.1)
7+
8+
### 🚀 Enhancements
9+
10+
- Add support for token authentication mode ([392a7c5](https://github.com/manchenkoff/nuxt-laravel-echo/commit/392a7c5))
11+
12+
### 🩹 Fixes
13+
14+
- Add sanctum token auth ([9b6f061](https://github.com/manchenkoff/nuxt-laravel-echo/commit/9b6f061))
15+
- Add tokenStorage parameter into types ([65efc1a](https://github.com/manchenkoff/nuxt-laravel-echo/commit/65efc1a))
16+
17+
### 🏡 Chore
18+
19+
- **deps-dev:** Bump nuxt from 3.14.159 to 3.14.1592 ([21aaee5](https://github.com/manchenkoff/nuxt-laravel-echo/commit/21aaee5))
20+
- **deps-dev:** Bump @nuxt/schema from 3.14.159 to 3.14.1592 ([250b87d](https://github.com/manchenkoff/nuxt-laravel-echo/commit/250b87d))
21+
- **deps-dev:** Bump @types/node from 22.9.0 to 22.9.3 ([928b7af](https://github.com/manchenkoff/nuxt-laravel-echo/commit/928b7af))
22+
- **deps-dev:** Bump @nuxt/devtools from 1.6.0 to 1.6.1 ([122220f](https://github.com/manchenkoff/nuxt-laravel-echo/commit/122220f))
23+
- **deps-dev:** Bump @nuxt/eslint-config from 0.7.0 to 0.7.2 ([fc530d4](https://github.com/manchenkoff/nuxt-laravel-echo/commit/fc530d4))
24+
- **deps-dev:** Bump eslint from 9.15.0 to 9.16.0 ([e145037](https://github.com/manchenkoff/nuxt-laravel-echo/commit/e145037))
25+
- **deps-dev:** Bump vitest from 2.1.5 to 2.1.8 ([a030ddf](https://github.com/manchenkoff/nuxt-laravel-echo/commit/a030ddf))
26+
- **deps-dev:** Bump @typescript-eslint/eslint-plugin ([19f0489](https://github.com/manchenkoff/nuxt-laravel-echo/commit/19f0489))
27+
- **deps-dev:** Bump @types/node from 22.9.3 to 22.10.1 ([ddcbc60](https://github.com/manchenkoff/nuxt-laravel-echo/commit/ddcbc60))
28+
- **deps-dev:** Bump @nuxt/test-utils from 3.14.4 to 3.15.1 ([01f8535](https://github.com/manchenkoff/nuxt-laravel-echo/commit/01f8535))
29+
- **deps-dev:** Bump @nuxt/devtools from 1.6.1 to 1.6.3 ([61374fd](https://github.com/manchenkoff/nuxt-laravel-echo/commit/61374fd))
30+
- **deps-dev:** Bump @types/node from 22.10.1 to 22.10.2 ([095a12e](https://github.com/manchenkoff/nuxt-laravel-echo/commit/095a12e))
31+
- **deps-dev:** Bump eslint from 9.16.0 to 9.17.0 ([28e2f1d](https://github.com/manchenkoff/nuxt-laravel-echo/commit/28e2f1d))
32+
- **deps-dev:** Bump @nuxt/devtools from 1.6.3 to 1.6.4 ([551db6c](https://github.com/manchenkoff/nuxt-laravel-echo/commit/551db6c))
33+
- **deps-dev:** Bump @nuxt/eslint-config from 0.7.2 to 0.7.3 ([741af10](https://github.com/manchenkoff/nuxt-laravel-echo/commit/741af10))
34+
- **deps-dev:** Bump @typescript-eslint/eslint-plugin ([24a505f](https://github.com/manchenkoff/nuxt-laravel-echo/commit/24a505f))
35+
36+
### ❤️ Contributors
37+
38+
- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff))
39+
- Kirill Petrov <[email protected]>
40+
441
## v0.2.0
542

643
[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.1.0...v0.2.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-laravel-echo",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": {
55
"name": "Artem Manchenkov",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)