Skip to content

Commit

Permalink
5.5.1 release preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed Jun 8, 2020
1 parent d48c5af commit bfd5686
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**5.5.1** *(June 8 2020)*
- New tooltip hover design on the historical graph. It will highlight the server closest to your cursor.
- Historical graph is now limited to 10,000 increments on the Y axis. This prevents servers with over 100,000 players forcing the graph into 100,000 increments.
- Replaces manual string concats with template literals.

**5.5.0** *(May 20 2020)*

**IMPORTANT**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minetrack",
"version": "5.5.0",
"version": "5.5.1",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"main": "main.js",
"dependencies": {
Expand Down

0 comments on commit bfd5686

Please sign in to comment.