Skip to content

Commit 9c5453d

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2023-04-24) ### Bug Fixes * Add EssentialsX dependency and SkinRestorer jar ([0596ef4](0596ef4)) * added debug to skin endpoint ([5917e31](5917e31)) * disable wadl to fix HTTP OPTIONS bug ([c751112](c751112)) * fix authme and slimefun ([293bd42](293bd42)) * fix github action frontend deployment ([7e7604f](7e7604f)) * fix github action frontend deployment ([b280f69](b280f69)) * fix github action gradle cleanup ([27236a7](27236a7)) * fix other dependencies ([2a254ff](2a254ff)) * fix skins restorer ([23a0ec5](23a0ec5)) * fixed dependencies ([a86f04e](a86f04e)) * load dependencies before matrixstats ([f68405f](f68405f)) * Name of EssentialsX depend ([727a9cf](727a9cf)) * redo loadbefore ([1fc7207](1fc7207)) * redo vault depend ([7f6be06](7f6be06)) * remove debug message ([3a0b7b8](3a0b7b8)) * reset angular cache ([f90327b](f90327b)) * run github action only when files changed ([f33b85e](f33b85e)) * skin endpoint ([67ef5f1](67ef5f1)) * update db connection ([f747e07](f747e07)) * update deploy jar location ([de209e7](de209e7)) * use auth guard for angular ([329b8d3](329b8d3)) * use playername for skin ([ae7894f](ae7894f)) ### Features * add design for stats ([446abaa](446abaa)) * added endpoint for latest and all stats ([65a9e8f](65a9e8f)) * added live data for basic stats ([75b1960](75b1960)) * better design for login page ([9ecaf03](9ecaf03)) * deploy jar to mc server ([2336e34](2336e34)) * Use MatrixCombatLevel plugin for several plugin dependencies ([b85cacf](b85cacf))
1 parent c751112 commit 9c5453d

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# [1.3.0](https://github.com/TheMatrixNetwork/MatrixStats2/compare/v1.2.0...v1.3.0) (2023-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Add EssentialsX dependency and SkinRestorer jar ([0596ef4](https://github.com/TheMatrixNetwork/MatrixStats2/commit/0596ef40b85ad445de85e2b8a359d6171b50a6dc))
7+
* added debug to skin endpoint ([5917e31](https://github.com/TheMatrixNetwork/MatrixStats2/commit/5917e31e093673678804d910da6d36b8b40639f8))
8+
* disable wadl to fix HTTP OPTIONS bug ([c751112](https://github.com/TheMatrixNetwork/MatrixStats2/commit/c7511120352744d5caaf799c8af99a84735548e3))
9+
* fix authme and slimefun ([293bd42](https://github.com/TheMatrixNetwork/MatrixStats2/commit/293bd42208cb2468b10d30a05a73e77febcdcbcb))
10+
* fix github action frontend deployment ([7e7604f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/7e7604fb5567eb0e9daa9e52abd2dee703a2581d))
11+
* fix github action frontend deployment ([b280f69](https://github.com/TheMatrixNetwork/MatrixStats2/commit/b280f69518ff1264f2200627a8ab2265984aeace))
12+
* fix github action gradle cleanup ([27236a7](https://github.com/TheMatrixNetwork/MatrixStats2/commit/27236a703d460f58f6f145caee7509eea0d18223))
13+
* fix other dependencies ([2a254ff](https://github.com/TheMatrixNetwork/MatrixStats2/commit/2a254ff4b3aa1fe4c2552ab3805b6c28cce53a89))
14+
* fix skins restorer ([23a0ec5](https://github.com/TheMatrixNetwork/MatrixStats2/commit/23a0ec51d788bff168cdea498bcff8960c2a3199))
15+
* fixed dependencies ([a86f04e](https://github.com/TheMatrixNetwork/MatrixStats2/commit/a86f04e465d63a0a2738fc51b7b141822962dc62))
16+
* load dependencies before matrixstats ([f68405f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f68405ffdf67573b275ae04e6b5d3bd01a57577a))
17+
* Name of EssentialsX depend ([727a9cf](https://github.com/TheMatrixNetwork/MatrixStats2/commit/727a9cf0e2fa6935a1080eb913515fe24a88b833))
18+
* redo loadbefore ([1fc7207](https://github.com/TheMatrixNetwork/MatrixStats2/commit/1fc7207d664c3bc221fb0028bcd605902ac23193))
19+
* redo vault depend ([7f6be06](https://github.com/TheMatrixNetwork/MatrixStats2/commit/7f6be067f0176a330922b33871b4577ce6630b75))
20+
* remove debug message ([3a0b7b8](https://github.com/TheMatrixNetwork/MatrixStats2/commit/3a0b7b89cdd62fe1328001beabe92017f819a1b3))
21+
* reset angular cache ([f90327b](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f90327b6d4d2c835af2486c4c8da8c7c7f77f34e))
22+
* run github action only when files changed ([f33b85e](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f33b85ebe15e5dde7cc65f2befcb6e3d451f9188))
23+
* skin endpoint ([67ef5f1](https://github.com/TheMatrixNetwork/MatrixStats2/commit/67ef5f1e24bde5a1e05cc387253cf275adadec3a))
24+
* update db connection ([f747e07](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f747e074fefb743b4d3f335e6a2698138979ebc6))
25+
* update deploy jar location ([de209e7](https://github.com/TheMatrixNetwork/MatrixStats2/commit/de209e7f7cdbeeed75dd91c2bc51ea6c608dbb14))
26+
* use auth guard for angular ([329b8d3](https://github.com/TheMatrixNetwork/MatrixStats2/commit/329b8d3a198c544c3714bd47f0482736942ed20a))
27+
* use playername for skin ([ae7894f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/ae7894f69deb180712b93384a9de64a2ea3c536a))
28+
29+
30+
### Features
31+
32+
* add design for stats ([446abaa](https://github.com/TheMatrixNetwork/MatrixStats2/commit/446abaac76de6f0c3d8fd68c7d0f3c74b29323eb))
33+
* added endpoint for latest and all stats ([65a9e8f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/65a9e8f191ebba27d263c9d3de090150f1452453))
34+
* added live data for basic stats ([75b1960](https://github.com/TheMatrixNetwork/MatrixStats2/commit/75b19600f9fae686f31eee59d72077a346993a5b))
35+
* better design for login page ([9ecaf03](https://github.com/TheMatrixNetwork/MatrixStats2/commit/9ecaf03787ace757b68c1b1963460a0e0268b628))
36+
* deploy jar to mc server ([2336e34](https://github.com/TheMatrixNetwork/MatrixStats2/commit/2336e3421159d050174f4eebae31dc37b0223923))
37+
* Use MatrixCombatLevel plugin for several plugin dependencies ([b85cacf](https://github.com/TheMatrixNetwork/MatrixStats2/commit/b85cacfa59c1dfab371de54a81d484a30570136a))
38+
139
# [1.3.0](https://github.com/TheMatrixNetwork/MatrixStats2/compare/v1.2.0...v1.3.0) (2023-04-23)
240

341

0 commit comments

Comments
 (0)