From b8947c86e25f01ae8f41209982af227cb164e6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 16 Oct 2022 21:27:17 +0200 Subject: [PATCH] 2.0.0-alpha.10 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991bec12e..8fcd27f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.10 / 16 Oct 2022 +While this is an alpha release, new servers should use this rather than an older "stable" version. + +Features: + * Custom emoji support for the provided executable. (#2515) + Provide an environment variable `EMOJI_DIR` pointing to a directory with images to use as + custom emoji, on top of the included Twitter emoji. + +Internal: + * Dependency updates. + ## 2.0.0-alpha.9 / 27 Jun 2022 This release requires a server using üWave Core 0.5.0-alpha.8 or higher. diff --git a/package-lock.json b/package-lock.json index fa429cda5..fee73c6c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "u-wave-web-build", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "u-wave-web-build", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.0", diff --git a/package.json b/package.json index 556e14fe7..43aa27e99 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.9", + "version": "2.0.0-alpha.10", "author": "Renée Kooi ", "bin": { "u-wave-web": "bin/u-wave-web"