Skip to content

Commit

Permalink
2.0.0-alpha.23
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 8, 2023
1 parent 1fb2727 commit 345b4a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

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

## 2.0.0-alpha.23 / 08 Mar 2023
While this is an alpha release, new servers should use this rather than an older "stable" version.

Features:
* Increased size of emotes to make them more distinguishable. (#2670)
* Made autocomplete of usernames and emotes a bit more forgiving to typos. (#2671)

## 2.0.0-alpha.22 / 08 Mar 2023
While this is an alpha release, new servers should use this rather than an older "stable" version.

Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-web",
"version": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"description": "Web client for üWave servers.",
"author": "Renée Kooi <renee@kooi.me>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "u-wave-web-build",
"description": "Web client for üWave servers.",
"version": "2.0.0-alpha.22",
"version": "2.0.0-alpha.23",
"author": "Renée Kooi <renee@kooi.me>",
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 345b4a3

Please sign in to comment.