|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
| 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 | + |
4 | 41 | ## v0.2.0
|
5 | 42 |
|
6 | 43 | [compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.1.0...v0.2.0)
|
|
0 commit comments