Skip to content

Commit 1e5c173

Browse files
committed
chore(release): v0.0.3
1 parent 66d1294 commit 1e5c173

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.3
5+
6+
[compare changes](https://github.com/sandros94/nuxt-ws/compare/v0.0.2...v0.0.3)
7+
8+
### 🩹 Fixes
9+
10+
- **send:** Correctly typing optional payloads ([70ae8d8](https://github.com/sandros94/nuxt-ws/commit/70ae8d8))
11+
- **`useWS`:** Always buffer messages that are sent using `send` ([ff35d39](https://github.com/sandros94/nuxt-ws/commit/ff35d39))
12+
- Use more consistent naming for `defineWSHandler` ([8cf24e0](https://github.com/sandros94/nuxt-ws/commit/8cf24e0))
13+
- **`wsSafeValidateMessage`:** Return type ([0de5515](https://github.com/sandros94/nuxt-ws/commit/0de5515))
14+
- Don't automatically subscribe user's to any topic ([37b653e](https://github.com/sandros94/nuxt-ws/commit/37b653e))
15+
16+
### 📖 Documentation
17+
18+
- Init ([06c700b](https://github.com/sandros94/nuxt-ws/commit/06c700b))
19+
- Configuration ([abf38c0](https://github.com/sandros94/nuxt-ws/commit/abf38c0))
20+
- Fix `route` config ([e01b3a4](https://github.com/sandros94/nuxt-ws/commit/e01b3a4))
21+
- Document functionalities ([9f48a45](https://github.com/sandros94/nuxt-ws/commit/9f48a45))
22+
- Integrate demo ([d49688f](https://github.com/sandros94/nuxt-ws/commit/d49688f))
23+
24+
### 🤖 CI
25+
26+
- Fix missing pnpm files ([8dc517b](https://github.com/sandros94/nuxt-ws/commit/8dc517b))
27+
28+
### ❤️ Contributors
29+
30+
- Sandro Circi ([@sandros94](https://github.com/sandros94))
31+
432
## v0.0.2
533

634
[compare changes](https://github.com/sandros94/nuxt-ws/compare/v0.0.1...v0.0.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-ws",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A Nuxt module aimed to simplify the use of WebSockets.",
55
"repository": "sandros94/nuxt-ws",
66
"license": "MIT",

0 commit comments

Comments
 (0)