Skip to content

Commit 36c7b82

Browse files
committed
v4.3.2
1 parent e9e61a5 commit 36c7b82

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## [[v4.3.1]](https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/releases/tag/v4.3.1) - Lastest Commit - Feb 8, 2022
3+
## [[v4.3.2]](https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/releases/tag/v4.3.2) - Lastest Commit - Feb 8, 2022
4+
- Convert Base API version updated to [`v1.0.10`](https://github.com/ModifiedCommand/convert-base-api/releases/tag/v1.0.10)
5+
- Convert Java Texture To Bedrock API updated to [`v4.1.5`](https://github.com/ModifiedCommand/ConvertJavaTextureToBedrockApi/releases/tag/v4.1.5)
6+
- Fixed files and folder not converting at all.
7+
8+
## [[v4.3.1]](https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/releases/tag/v4.3.1) - [1e81e53](https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/commit/1e81e53b6efd3a233e1a35dd874dc07dff28a3c4) - Feb 8, 2022
49
- Made my own fork of [convert-base-api](https://github.com/ModifiedCommand/convert-base-api) to fix the rename zip error in [issue 1](https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock/issues/1).
510
- Remove docker information
611
- Remove `update_gh-pages.sh`

package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@modifiedcommand/convert-minecraft-java-texture-to-bedrock-webapp",
33
"productName": "ConvertJavaTextureToBedrockWebApp",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"description": "Web app for converting Minecraft Java texture packs to Bedrock texture packs",
66
"keywords": [
77
"Minecraft",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/ModifiedCommand/ConvertJavaTextureToBedrock#readme",
2424
"devDependencies": {
25-
"@modifiedcommand/convert-minecraft-java-texture-to-bedrock-api": "4.1.3",
25+
"@modifiedcommand/convert-minecraft-java-texture-to-bedrock-api": "4.1.5",
2626
"clean-webpack-plugin": "3.0.0",
2727
"css-loader": "3.4.2",
2828
"favicons-webpack-plugin": "1.0.2",
@@ -50,8 +50,5 @@
5050
"scripts": {
5151
"build": "node_modules/.bin/webpack --config webpack.config.js"
5252
},
53-
"private": false,
54-
"dependencies": {
55-
"@modifiedcommand/convert-base-api": "^1.0.8"
56-
}
53+
"private": false
5754
}

0 commit comments

Comments
 (0)