Skip to content

Commit 9c62324

Browse files
author
Conventional Changelog Action
committed
chore(release): version v1.4.2 [skip ci]
1 parent afe11dd commit 9c62324

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.4.2](https://github.com/VoperAD/SlimeFrame/compare/v1.4.1...v1.4.2) (2023-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **serialization:** temporary fix for the problem derived from moving the MerchantRecipeListDataType to another package ([afe11dd](https://github.com/VoperAD/SlimeFrame/commit/afe11dd98bbaaed1ae1b1c4bc3fa0b04c63a7473))
7+
8+
9+
110
## [1.4.1](https://github.com/VoperAD/SlimeFrame/compare/v1.4.0...v1.4.1) (2023-12-19)
211

312

@@ -40,18 +49,3 @@
4049

4150

4251

43-
# [1.3.0](https://github.com/VoperAD/SlimeFrame/compare/v1.2.0...v1.3.0) (2023-11-18)
44-
45-
46-
### Bug Fixes
47-
48-
* implement the Java CI workflow logic correctly ([3a0a570](https://github.com/VoperAD/SlimeFrame/commit/3a0a570df9c77dc76f953fe45c4ef5c43bfd3a04))
49-
50-
51-
### Features
52-
53-
* add a new AutoUpdater based on GitHub releases and remove the old one ([ae812d8](https://github.com/VoperAD/SlimeFrame/commit/ae812d84a6b908e706350588915a4450688a4c98))
54-
* add auto release workflow ([58ce342](https://github.com/VoperAD/SlimeFrame/commit/58ce3425c39ff721034f86ee7516e698c09cd2d2))
55-
56-
57-

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.1</version>
8+
<version>1.4.2</version>
99

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

0 commit comments

Comments
 (0)