Merge tag '1.7.0' into develop
1.7.0
This commit is contained in:
commit
39972d6e3d
@ -2,7 +2,7 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [1.6.7] - 2019-10-27
|
## [1.7.0] - 2019-10-31
|
||||||
# Added
|
# Added
|
||||||
- Step by step tutorial
|
- Step by step tutorial
|
||||||
- Will activate during the learn game for the first round
|
- Will activate during the learn game for the first round
|
||||||
@ -39,7 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Previously reduced red damage taken by 50%
|
- Previously reduced red damage taken by 50%
|
||||||
- Now reduces red damage and blue damage taken by 65%
|
- Now reduces red damage and blue damage taken by 65%
|
||||||
|
|
||||||
- Buff
|
- Buff
|
||||||
- Previously increased red power and speed stat by 25%
|
- Previously increased red power and speed stat by 25%
|
||||||
- Now increases red power, blue power and speed stat by 30%
|
- Now increases red power, blue power and speed stat by 30%
|
||||||
- Increased duration from 2T -> 3T
|
- Increased duration from 2T -> 3T
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mnml-client",
|
"name": "mnml-client",
|
||||||
"version": "1.6.6",
|
"version": "1.7.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mnml-client",
|
"name": "mnml-client",
|
||||||
"version": "1.6.6",
|
"version": "1.7.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mnml-ops",
|
"name": "mnml-ops",
|
||||||
"version": "1.6.6",
|
"version": "1.7.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mnml"
|
name = "mnml"
|
||||||
version = "1.6.6"
|
version = "1.7.0"
|
||||||
authors = ["ntr <ntr@smokestack.io>"]
|
authors = ["ntr <ntr@smokestack.io>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user