Skip to content

Commit 3ee4392

Browse files
Release 4.0.1
1 parent 318a9ea commit 3ee4392

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.1] - 2025-06-17
11+
1012
### Fixed
1113

1214
- Fixed `mod.Mod.Register` and `mod.Mod.Data` usage for Hades 2 update.
@@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8082

8183
- Initial Thunderstore release.
8284

83-
[unreleased]: https://github.com/SGG-Modding/ModUtil/compare/4.0.0...HEAD
85+
[unreleased]: https://github.com/SGG-Modding/ModUtil/compare/4.0.1...HEAD
86+
[4.0.1]: https://github.com/SGG-Modding/ModUtil/compare/4.0.0...4.0.1
8487
[4.0.0]: https://github.com/SGG-Modding/ModUtil/compare/3.1.2...4.0.0
8588
[3.1.2]: https://github.com/SGG-Modding/ModUtil/compare/3.1.1...3.1.2
8689
[3.1.1]: https://github.com/SGG-Modding/ModUtil/compare/3.1.0...3.1.1

thunderstore.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schemaVersion = "0.0.1"
44
[package]
55
namespace = "SGG_Modding"
66
name = "ModUtil"
7-
versionNumber = "4.0.0"
7+
versionNumber = "4.0.1"
88
description = "Utility mod for mod interactions within lua for SGG's games"
99
websiteUrl = "https://github.com/SGG-Modding/ModUtil"
1010
containsNsfwContent = false

0 commit comments

Comments
 (0)