Skip to content

Commit

Permalink
0.5.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 1, 2023
1 parent 5deba04 commit dd8bbb9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

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

## 0.5.0-alpha.17 / 01 Dec 2023
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Features:
* Duplicate emote names in the emote integrations are now distinguished by adding `~1`, `~2`, etc. suffixes. (#597)

Bugfixes:
* Fix startup, authentication, and `/api/now` crashes if Redis or user cookies contain bad data. (#596, c9ed5f1, 693520b)

Internal:
* Use ES modules. (#558)
* **Breaking:** üWave now requires Node.js 18.18 or above.

## 0.5.0-alpha.16 / 08 Mar 2023
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-core",
"version": "0.5.0-alpha.16",
"version": "0.5.0-alpha.17",
"description": "The üWave core library.",
"license": "MIT",
"repository": "u-wave/core",
Expand Down

0 comments on commit dd8bbb9

Please sign in to comment.