Skip to content

Commit 9db24e8

Browse files
SnaveSutitgitbutler-client
authored andcommitted
🔖 v1.10.1
1 parent 17cc38d commit 9db24e8

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Animated Java",
55
"icon": "icon.svg",
66
"description": "Effortlessly craft complex animations for Minecraft: Java Edition",
7-
"version": "1.10.0",
7+
"version": "1.10.1",
88
"min_blockbench_version": "5.1.4",
99
"variant": "desktop",
1010
"tags": [
@@ -105,7 +105,7 @@
105105
"firebase": "^9.19.0",
106106
"jiti": "^2.6.1",
107107
"js-yaml": "^4.1.0",
108-
"mc-build": "^4.1.2",
108+
"mc-build": "^4.1.3",
109109
"node-modules-vscode-problems-patch": "^1.0.9",
110110
"octokit": "^5.0.3",
111111
"prettier": "^3.8.2",

src/pluginPackage/changelog.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,5 +852,22 @@
852852
]
853853
}
854854
]
855+
},
856+
"1.10.1": {
857+
"title": "v1.10.1",
858+
"author": "Titus Evans (SnaveSutit)",
859+
"date": "2026-06-24",
860+
"categories": [
861+
{
862+
"title": "Fixes",
863+
"list": [
864+
"Fixed broken website links.",
865+
"Fixed plugin data desyncs.",
866+
"Fixed missing translations for resource pack folder path.",
867+
"Fixed missing message for file access request.",
868+
"Fixed dependencies requiring node:fs early in the plugin load process."
869+
]
870+
}
871+
]
855872
}
856873
}

0 commit comments

Comments
 (0)