We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05125b4 commit 8e1c8f1Copy full SHA for 8e1c8f1
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 2.5.0 - 2023-12-01
8
+* Accept `~` in custom emote names, to support Discord-style deduplicated names.
9
+
10
## 2.4.0 - 2020-01-22
11
* Port to typescript, and provide type definitions.
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "u-wave-parse-chat-markup",
3
- "version": "2.4.0",
+ "version": "2.5.0",
"description": "Abstract chat parser for üWave client applications.",
"license": "MIT",
"author": "Renée Kooi <renee@kooi.me>",
0 commit comments