Skip to content

Commit 5776e85

Browse files
committed
chore(release): v0.0.13
1 parent 7d97caf commit 5776e85

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

33

4+
## v0.0.13
5+
6+
[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.0.12...v0.0.13)
7+
8+
### 🏡 Chore
9+
10+
- **deps-dev:** Bump @nuxt/eslint-config from 0.5.4 to 0.5.5 ([87ea010](https://github.com/manchenkoff/nuxt-laravel-echo/commit/87ea010))
11+
- **deps-dev:** Bump vue-tsc from 2.1.2 to 2.1.4 ([d76c06f](https://github.com/manchenkoff/nuxt-laravel-echo/commit/d76c06f))
12+
- **deps-dev:** Bump @types/node from 22.5.1 to 22.5.2 ([163b111](https://github.com/manchenkoff/nuxt-laravel-echo/commit/163b111))
13+
- **deps-dev:** Bump nuxt from 3.13.0 to 3.13.1 ([3beb22e](https://github.com/manchenkoff/nuxt-laravel-echo/commit/3beb22e))
14+
- **deps-dev:** Bump vue-tsc from 2.1.4 to 2.1.6 ([8f2f7b9](https://github.com/manchenkoff/nuxt-laravel-echo/commit/8f2f7b9))
15+
- **deps-dev:** Bump eslint from 9.9.1 to 9.10.0 ([8d1d333](https://github.com/manchenkoff/nuxt-laravel-echo/commit/8d1d333))
16+
- **deps-dev:** Bump @types/node from 22.5.2 to 22.5.4 ([ab315be](https://github.com/manchenkoff/nuxt-laravel-echo/commit/ab315be))
17+
- **deps-dev:** Bump vitest from 2.0.5 to 2.1.1 ([032dcff](https://github.com/manchenkoff/nuxt-laravel-echo/commit/032dcff))
18+
- **deps-dev:** Bump @nuxt/test-utils from 3.14.1 to 3.14.2 ([616755d](https://github.com/manchenkoff/nuxt-laravel-echo/commit/616755d))
19+
- **deps-dev:** Bump @nuxt/schema from 3.13.0 to 3.13.2 ([d811a30](https://github.com/manchenkoff/nuxt-laravel-echo/commit/d811a30))
20+
- Upgrade nuxt dependencies ([4b5115d](https://github.com/manchenkoff/nuxt-laravel-echo/commit/4b5115d))
21+
22+
### 🤖 CI
23+
24+
- Added prerelease pipeline ([12bdfc0](https://github.com/manchenkoff/nuxt-laravel-echo/commit/12bdfc0))
25+
26+
### ❤️ Contributors
27+
28+
- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff))
29+
430
## v0.0.12
531

632
[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.0.11...v0.0.12)

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

0 commit comments

Comments
 (0)