diff --git a/HISTORY.md b/HISTORY.md index c56af19..7f26cb4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,15 @@ ## History +### 1.2.0 + +* custom proxy selection (@Karang) +* loading screen (@AwesomestCode) +* better chat (@AwesomestCode) +* default random name (@rom1504) +* fix pixelated (@Karang) +* placing and breaking (@ShrimpyStuff) +* crosshairs (@AwesomestCode) + ### 1.1.0 * chat diff --git a/package.json b/package.json index 8afeb40..95cab15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prismarine-web-client", - "version": "1.1.0", + "version": "1.2.0", "description": "A minecraft client running in a browser", "main": "index.js", "scripts": {