Skip to content

Commit 8dba368

Browse files
authored
Release 1.8.0 (#91)
* Update HISTORY.md * Update package.json
1 parent f57b5c7 commit 8dba368

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## History
22

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+
39
### 1.7.2
410

511
* Fix broken type definitions (@IceTank) [#81](https://github.com/PrismarineJS/prismarine-chat/pull/81)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prismarine-chat",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"description": "Wrapper for a minecraft chat message",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)