Skip to content

Commit 2bad7bf

Browse files
committed
Bump version to 1.8.13
1 parent 71d5ec3 commit 2bad7bf

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Minecraft Development for IntelliJ
22

3+
## [1.8.13]
4+
5+
### Added
6+
7+
- Added support for Mixin-based enum extensions.
8+
- Added support for ClassTweaker v2
9+
10+
### Fixed
11+
12+
- Fixed Paper and Velocity templates
13+
- Fixed `No signature of method: java.lang.String.getOrNull() is applicable for argument types: () values: []` when importing a NeoForm project
14+
- Fixed a possible deadlock when detecting Minecraft frameworks
15+
316
## [1.8.12]
417

518
### Version Support

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.jvmargs=-Xmx1g
2323

2424
ideaVersionName = 2025.2
2525

26-
coreVersion = 1.8.12
26+
coreVersion = 1.8.13
2727

2828
# Silences a build-time warning because we are bundling our own kotlin library
2929
kotlin.stdlib.default.dependency = false

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Minecraft Development for IntelliJ
3131
</tr>
3232
</table>
3333

34-
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.12-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
34+
Info and Documentation [![Current Release](https://img.shields.io/badge/release-1.8.13-orange.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/8327)
3535
----------------------
3636

3737
<a href="https://discord.gg/j6UNcfr"><img src="https://i.imgur.com/JXu9C1G.png" height="48px"></img></a>

0 commit comments

Comments
 (0)