We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57b5c7 commit 8dba368Copy full SHA for 8dba368
HISTORY.md
@@ -1,5 +1,11 @@
1
## History
2
3
+### 1.8.0
4
+
5
+* Better translation handling (@ChipmunkMC)
6
+* Allow specifying which ANSI formatting codes to use (@GhqstMC)
7
+* Added a missing type in the loader (@Jarco-dev)
8
9
### 1.7.2
10
11
* Fix broken type definitions (@IceTank) [#81](https://github.com/PrismarineJS/prismarine-chat/pull/81)
package.json
@@ -1,6 +1,6 @@
{
"name": "prismarine-chat",
- "version": "1.7.2",
+ "version": "1.8.0",
"description": "Wrapper for a minecraft chat message",
"main": "index.js",
"scripts": {
0 commit comments