mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 11:10:44 +00:00
Release 1.1.0
This commit is contained in:
parent
39e8ce50a1
commit
8b788c324a
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
* add doc of player.commands
|
||||||
|
* Remove babel and unused dependencies
|
||||||
|
* Migrate to CircleCI 2 and Jest
|
||||||
|
* Add standard linting
|
||||||
|
* 1.8 and 1.12 support
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
* implement difficulty (thanks @theskiier14)
|
* implement difficulty (thanks @theskiier14)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "flying-squid",
|
"name": "flying-squid",
|
||||||
"description": "A minecraft server written in node.js",
|
"description": "A minecraft server written in node.js",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "mhsjlw <mhsjlw@users.noreply.github.com>",
|
"author": "mhsjlw <mhsjlw@users.noreply.github.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue