Skip to content

Commit dd8bbb9

Browse files
committed
0.5.0-alpha.17
1 parent 5deba04 commit dd8bbb9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.5.0-alpha.17 / 01 Dec 2023
8+
This is an alpha release, but new servers should use this version rather than an older "stable" one.
9+
10+
Features:
11+
* Duplicate emote names in the emote integrations are now distinguished by adding `~1`, `~2`, etc. suffixes. (#597)
12+
13+
Bugfixes:
14+
* Fix startup, authentication, and `/api/now` crashes if Redis or user cookies contain bad data. (#596, c9ed5f1, 693520b)
15+
16+
Internal:
17+
* Use ES modules. (#558)
18+
* **Breaking:** üWave now requires Node.js 18.18 or above.
19+
720
## 0.5.0-alpha.16 / 08 Mar 2023
821
This is an alpha release, but new servers should use this version rather than an older "stable" one.
922

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "u-wave-core",
3-
"version": "0.5.0-alpha.16",
3+
"version": "0.5.0-alpha.17",
44
"description": "The üWave core library.",
55
"license": "MIT",
66
"repository": "u-wave/core",

0 commit comments

Comments
 (0)