Skip to content

Commit 5e34336

Browse files
committed
Updated changelog.md and update.json.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 3640723 commit 5e34336

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.14.4-1.1.0.0] - 2020-01-18
10+
11+
### Added
12+
- Cooldown and Permission modules as not mandatory dependency.
13+
- Configuration for native vanilla commands.
14+
- Implemented all vanilla commands.
15+
- Permission checking on all vanilla commands.
16+
- Cooldown checking on all vanilla commands.
17+
- `NativeCommandUtils` with ability to remove command.
18+
919
## [1.14.4-1.0.3.2] - 2020-01-15
1020

1121
### Added

update.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/tag/v1.14.4-1.0.3.2",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/tag/v1.14.4-1.1.0.0",
33
"1.14.4": {
4+
"1.14.4-1.0.1.0": " - Added cooldown and permission modules as not mandatory dependency.\n - Added configuration for native vanilla commands.\n - Implemented all vanilla commands.\n - Permission checking on all vanilla commands.\n - Cooldown checking on all vanilla commands.\n - Added NativeCommandUtils with ability to remove command.",
45
"1.14.4-1.0.3.2": " - Added JsonHelper.kt with jsonInstance.",
56
"1.14.4-1.0.3.1": " - Package name changed to correctly.\n - Added empty line after startup message.\n - Added logo file.\n - Fixed `cr` symbols in mod info.",
67
"1.14.4-1.0.3.0": " - Bumped kotlin, kotlinx serialization and forge version.\n - Improved build script.\n - Bumped dokka version. \n - Added compatibility with forge 28.1.X. \n - Improved logging on mod startup and on forge version incompatibility.",
78
"1.14.4-1.0.2.0": " - Fixed crash while dependency using CoreAPI."
89
},
910
"promos": {
10-
"1.14.4-latest": "1.14.4-1.0.3.2",
11-
"1.14.4-recommended": "1.14.4-1.0.3.2"
11+
"1.14.4-latest": "1.14.4-1.1.0.0",
12+
"1.14.4-recommended": "1.14.4-1.1.0.0"
1213
}
1314
}

0 commit comments

Comments
 (0)