From 4312ee3dea1412f9b573904f4a939d0a696c6669 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 28 Feb 2021 22:27:52 +0000 Subject: [PATCH] Release 1.1.0 --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ad23585a9..c56af1987 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## History +### 1.1.0 + +* chat +* better font +* pitch fix + ### 1.0.1 * initial implementation diff --git a/package.json b/package.json index 594f47b75..967dbfc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-web-client", - "version": "1.0.1", + "version": "1.1.0", "description": "A minecraft client running in a browser", "main": "index.js", "scripts": {