Skip to content

Commit bf1fc22

Browse files
committed
Update changelog
1 parent f0cc03e commit bf1fc22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.4.2
2+
3+
- Add more version data to web viewer (versions 23w33a to 1.20.3)
4+
- Use sha256 instead of sha512 checksums for yarn (works around sha512 checksum being wrong sometimes)
5+
- Fix mixin refmap filename looking weird
6+
- Add static mappings getter to fabric mod class
7+
18
## v1.4.1
29

310
- Add 23w31a and 23w32a version data to web viewer

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subprojects {
2121
apply<JavaLibraryPlugin>()
2222
apply<MavenPublishPlugin>()
2323

24-
version = "1.4.1+${getGitCommit()}"
24+
version = "1.4.2+${getGitCommit()}"
2525
group = "dev.booky"
2626

2727
repositories {

0 commit comments

Comments
 (0)