Skip to content

Commit 2d7dc92

Browse files
committed
chore(release): v0.2.4
1 parent 3cf08f6 commit 2d7dc92

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v0.2.4
5+
6+
[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.2.3...v0.2.4)
7+
8+
### 🚀 Enhancements
9+
10+
- **interceptors:** Added support for custom user-defined ofetch interceptors ([fbe90b7](https://github.com/manchenkoff/nuxt-laravel-echo/commit/fbe90b7))
11+
12+
### 🏡 Chore
13+
14+
- **deps-dev:** Bump vite from 6.2.3 to 6.2.4 in the npm_and_yarn group ([f60c179](https://github.com/manchenkoff/nuxt-laravel-echo/commit/f60c179))
15+
- **deps-dev:** Bump @nuxt/devtools from 2.3.1 to 2.3.2 ([b45ca4b](https://github.com/manchenkoff/nuxt-laravel-echo/commit/b45ca4b))
16+
- **deps-dev:** Bump @nuxt/eslint-config from 1.2.0 to 1.3.0 ([5bd39f6](https://github.com/manchenkoff/nuxt-laravel-echo/commit/5bd39f6))
17+
- **deps-dev:** Bump @types/node from 22.13.13 to 22.13.16 ([30dccd9](https://github.com/manchenkoff/nuxt-laravel-echo/commit/30dccd9))
18+
- **deps-dev:** Bump nuxt from 3.16.1 to 3.16.2 ([31bc195](https://github.com/manchenkoff/nuxt-laravel-echo/commit/31bc195))
19+
- **deps-dev:** Bump @nuxt/kit from 3.16.1 to 3.16.2 ([1d47692](https://github.com/manchenkoff/nuxt-laravel-echo/commit/1d47692))
20+
- **deps-dev:** Bump vite from 6.2.4 to 6.2.5 in the npm_and_yarn group ([5654b5c](https://github.com/manchenkoff/nuxt-laravel-echo/commit/5654b5c))
21+
- **playground:** Added example of echo interceptor ([5829aed](https://github.com/manchenkoff/nuxt-laravel-echo/commit/5829aed))
22+
23+
### ❤️ Contributors
24+
25+
- Manchenkoff ([@manchenkoff](https://github.com/manchenkoff))
26+
427
## v0.2.3
528

629
[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.2.2...v0.2.3)

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.3",
3+
"version": "0.2.4",
44
"author": {
55
"name": "Artem Manchenkov",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)