Skip to content

Commit 9d31e23

Browse files
author
Conventional Changelog Action
committed
chore(release): version v1.4.1 [skip ci]
1 parent 8ad7c8a commit 9d31e23

File tree

2 files changed

+11
-28
lines changed

2 files changed

+11
-28
lines changed

CHANGELOG.md

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.4.1](https://github.com/VoperAD/SlimeFrame/compare/v1.4.0...v1.4.1) (2023-12-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **items:** Condensed Plate has now a constant recipe ([3a9e198](https://github.com/VoperAD/SlimeFrame/commit/3a9e198a6202b7c8abea3b8f66e5e3f5573b1178))
7+
* **items:** convert only one contract at a time ([8ad7c8a](https://github.com/VoperAD/SlimeFrame/commit/8ad7c8a4e70438d40151018fa4a3c3457f14e881))
8+
9+
10+
111
# [1.4.0](https://github.com/VoperAD/SlimeFrame/compare/v1.3.2...v1.4.0) (2023-12-09)
212

313

@@ -45,30 +55,3 @@
4555

4656

4757

48-
# [1.2.0](https://github.com/VoperAD/SlimeFrame/compare/8285e5bc075181295b02444316f87b46810769f7...v1.2.0) (2023-11-14)
49-
50-
51-
### Bug Fixes
52-
53-
* changed the merchant recipe serialization to support custom trades from the addon VillagerTrade ([4c701a2](https://github.com/VoperAD/SlimeFrame/commit/4c701a27f56970ddcef4970f34b3690a9ae56805))
54-
* check if the event is cancelled ([2d2ef21](https://github.com/VoperAD/SlimeFrame/commit/2d2ef213b5189567c28903541792edf50ab0fd17))
55-
* ignore cancelled events on relics listener ([633a4fa](https://github.com/VoperAD/SlimeFrame/commit/633a4fa42230dad7f633680e2745f73e5d284fb7))
56-
* store UUID instead of Player object ([249ef2a](https://github.com/VoperAD/SlimeFrame/commit/249ef2aa814a95a43955551857bb591850546f72))
57-
* subgroups now always open on the first page ([a55462d](https://github.com/VoperAD/SlimeFrame/commit/a55462de2a3dc4c6d64fed9d172ffe4f2a44a501))
58-
* update progress correctly in AbstractProcessorMachine ([b266408](https://github.com/VoperAD/SlimeFrame/commit/b2664087cafa2b50df9d7db18d37625a078c400c))
59-
60-
61-
### Features
62-
63-
* add auto updater ([ec6f104](https://github.com/VoperAD/SlimeFrame/commit/ec6f104c76ee2b889d0143b9e98d278c20ab880a))
64-
* add bstats dependency and relocation ([8285e5b](https://github.com/VoperAD/SlimeFrame/commit/8285e5bc075181295b02444316f87b46810769f7))
65-
* add Dust Generator class ([0ef3277](https://github.com/VoperAD/SlimeFrame/commit/0ef327700c0897c28bc0cdb6f21a827e860a3674))
66-
* add the missing woods to the tree peeler ([ebe0a90](https://github.com/VoperAD/SlimeFrame/commit/ebe0a90750bc1d06269497180687a2ed5b0716b6))
67-
* init metrics on onEnable ([f93caf7](https://github.com/VoperAD/SlimeFrame/commit/f93caf744e17f32c09a72c20c19a746795bcfe0f))
68-
* input config works with ie quarries ([c56d495](https://github.com/VoperAD/SlimeFrame/commit/c56d495af1ebfd1fd09c2b15c885c9754329765d))
69-
* more biomes supported by the Cryotic Extractor (frozen ocean and variants) ([d62e98e](https://github.com/VoperAD/SlimeFrame/commit/d62e98eec12cbecd6ddda9c202f1f30fe3f4e9c6))
70-
* new config options regarding drop chances ([d43ce46](https://github.com/VoperAD/SlimeFrame/commit/d43ce46e38e9cf700fce733765b59d1fd6495285))
71-
* new items, fix chunk eater and new colors ([b95bbc6](https://github.com/VoperAD/SlimeFrame/commit/b95bbc666a276a96ef89d6b64e90d33d12561679))
72-
73-
74-

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>me.voper</groupId>
77
<artifactId>SlimeFrame</artifactId>
8-
<version>1.4.0</version>
8+
<version>1.4.1</version>
99

1010
<properties>
1111
<maven.compiler.source>${java.version}</maven.compiler.source>

0 commit comments

Comments
 (0)