Skip to content

Commit bec5ca1

Browse files
committed
chore(release): v0.2.2
1 parent 36b2727 commit bec5ca1

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Changelog
22

33

4+
## v0.2.2
5+
6+
[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.2.1...v0.2.2)
7+
8+
### 🩹 Fixes
9+
10+
- Use npm keys directly ([4aea843](https://github.com/manchenkoff/nuxt-laravel-echo/commit/4aea843))
11+
- Use npm keys directly in release ([f154e8c](https://github.com/manchenkoff/nuxt-laravel-echo/commit/f154e8c))
12+
13+
### 🏡 Chore
14+
15+
- **deps-dev:** Bump @nuxt/devtools from 1.6.4 to 1.7.0 ([a6376f8](https://github.com/manchenkoff/nuxt-laravel-echo/commit/a6376f8))
16+
- **deps-dev:** Bump @types/node from 22.10.2 to 22.10.3 ([c86d447](https://github.com/manchenkoff/nuxt-laravel-echo/commit/c86d447))
17+
- **deps-dev:** Bump @typescript-eslint/eslint-plugin ([98e3e68](https://github.com/manchenkoff/nuxt-laravel-echo/commit/98e3e68))
18+
- **deps-dev:** Bump nuxt from 3.14.1592 to 3.15.0 ([0a6f8c1](https://github.com/manchenkoff/nuxt-laravel-echo/commit/0a6f8c1))
19+
- **deps-dev:** Bump @nuxt/test-utils from 3.15.1 to 3.15.4 ([8248584](https://github.com/manchenkoff/nuxt-laravel-echo/commit/8248584))
20+
- **deps-dev:** Bump eslint from 9.17.0 to 9.19.0 ([e4150f9](https://github.com/manchenkoff/nuxt-laravel-echo/commit/e4150f9))
21+
- **deps-dev:** Bump @nuxt/schema from 3.15.0 to 3.15.4 ([46bef32](https://github.com/manchenkoff/nuxt-laravel-echo/commit/46bef32))
22+
- **deps-dev:** Bump @typescript-eslint/eslint-plugin ([b3ad9cb](https://github.com/manchenkoff/nuxt-laravel-echo/commit/b3ad9cb))
23+
- **deps-dev:** Bump vitest in the npm_and_yarn group ([49ceadd](https://github.com/manchenkoff/nuxt-laravel-echo/commit/49ceadd))
24+
- **deps-dev:** Bump @types/node from 22.10.3 to 22.13.1 ([88402e5](https://github.com/manchenkoff/nuxt-laravel-echo/commit/88402e5))
25+
- Upgraded package versions ([4177170](https://github.com/manchenkoff/nuxt-laravel-echo/commit/4177170))
26+
- Simplified PR template ([a3a97e8](https://github.com/manchenkoff/nuxt-laravel-echo/commit/a3a97e8))
27+
- Upgraded nuxt packages ([a576fd5](https://github.com/manchenkoff/nuxt-laravel-echo/commit/a576fd5))
28+
- **dev-deps:** Upgraded dependencies ([5e1044d](https://github.com/manchenkoff/nuxt-laravel-echo/commit/5e1044d))
29+
- **deps-dev:** Bump changelogen from 0.5.7 to 0.6.0 ([62b9c1e](https://github.com/manchenkoff/nuxt-laravel-echo/commit/62b9c1e))
30+
31+
### ❤️ Contributors
32+
33+
- Manchenkoff ([@manchenkoff](https://github.com/manchenkoff))
34+
435
## v0.2.1
536

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-laravel-echo",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": {
55
"name": "Artem Manchenkov",
66
"email": "artem@manchenkoff.me",

0 commit comments

Comments
 (0)