diff --git a/CHANGELOG.md b/CHANGELOG.md index 700e80c61..7ee203be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/npm/package.json b/npm/package.json index 133200d47..571441ee4 100644 --- a/npm/package.json +++ b/npm/package.json @@ -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 ", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index 38a52e68f..2eb2f30f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "u-wave-web-build", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "u-wave-web-build", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.13", @@ -17797,7 +17797,7 @@ }, "npm": { "name": "u-wave-web", - "version": "2.0.0-alpha.21", + "version": "2.0.0-alpha.22", "license": "MIT", "dependencies": { "env-schema": "^5.0.0", diff --git a/package.json b/package.json index d5a7f71c2..6d296824f 100644 --- a/package.json +++ b/package.json @@ -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 ", "type": "module", "dependencies": {