Skip to content

Commit df2534b

Browse files
author
Conventional Changelog Action
committed
chore(release): version v1.5.0 [skip ci]
1 parent bfd8760 commit df2534b

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.5.0](https://github.com/VoperAD/SlimeFrame/compare/v1.4.2...v1.5.0) (2023-12-26)
2+
3+
4+
### Bug Fixes
5+
6+
* use the correct probability to get special ores with nosam pickaxes ([651c372](https://github.com/VoperAD/SlimeFrame/commit/651c372eb71a25840eaa06597be5505927b0d350))
7+
* use the ItemStack clone ([cfab04e](https://github.com/VoperAD/SlimeFrame/commit/cfab04e3641688d21b12a528c6382a01fc4ab6ee))
8+
9+
10+
### Features
11+
12+
* **machines:** add and register new relics and machines (Petrifier and Terracotta Generator) ([bfd8760](https://github.com/VoperAD/SlimeFrame/commit/bfd8760a70e8f0644376f824f779ed8b44fbc872))
13+
* **machines:** add Putrifier ([8b64f09](https://github.com/VoperAD/SlimeFrame/commit/8b64f09c5aff0490e352e347dcdd67753cfb0124))
14+
* **machines:** add Terracotta Generator ([17b6e22](https://github.com/VoperAD/SlimeFrame/commit/17b6e228d31bd752c5fbfb14ad0c64a2ec4a678a))
15+
16+
17+
118
## [1.4.2](https://github.com/VoperAD/SlimeFrame/compare/v1.4.1...v1.4.2) (2023-12-22)
219

320

@@ -40,12 +57,3 @@
4057

4158

4259

43-
## [1.3.1](https://github.com/VoperAD/SlimeFrame/compare/v1.3.0...v1.3.1) (2023-11-18)
44-
45-
46-
### Bug Fixes
47-
48-
* add a 'v' to the artifact name in the final step of Release.yml ([f3a8794](https://github.com/VoperAD/SlimeFrame/commit/f3a8794098fa5f3ac6d24ce7f1719445f8e9731c))
49-
50-
51-

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.2</version>
8+
<version>1.5.0</version>
99

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

0 commit comments

Comments
 (0)