Skip to content

Commit c56cc6f

Browse files
committed
chore(release): bump version 7.5.0
1 parent 2afbd84 commit c56cc6f

File tree

17 files changed

+91
-16
lines changed

17 files changed

+91
-16
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
# Changelog
22

3+
## 7.5.0
4+
### @xmcl/nbt@3.0.2
5+
#### Bug Fixes
6+
7+
- fix: correct the build ([12a1b6cc5cb7b47581d6a3b5156edae6031b6823](https://github.com/voxelum/minecraft-launcher-core-node/commit/12a1b6cc5cb7b47581d6a3b5156edae6031b6823))
8+
### @xmcl/curseforge@2.1.1
9+
#### Bug Fixes
10+
11+
- fix: Update undici version ([f78e1b3fe5e24c2dccf910129ef8e25d7f164e83](https://github.com/voxelum/minecraft-launcher-core-node/commit/f78e1b3fe5e24c2dccf910129ef8e25d7f164e83))
12+
- fix: Curseforge should respect the modLoaderTypes ([6759abf611f1a5475a72a90110c8fa2c12c592c9](https://github.com/voxelum/minecraft-launcher-core-node/commit/6759abf611f1a5475a72a90110c8fa2c12c592c9))
13+
### @xmcl/discord-rpc@1.1.2
14+
#### Bug Fixes
15+
16+
- fix: Update undici version ([f78e1b3fe5e24c2dccf910129ef8e25d7f164e83](https://github.com/voxelum/minecraft-launcher-core-node/commit/f78e1b3fe5e24c2dccf910129ef8e25d7f164e83))
17+
### @xmcl/file-transfer@1.0.5
18+
#### Bug Fixes
19+
20+
- fix: Correctly retry and handle the redirect in range ([1565e64b7c83f50867d1ba9663f035ade475875b](https://github.com/voxelum/minecraft-launcher-core-node/commit/1565e64b7c83f50867d1ba9663f035ade475875b))
21+
- fix: Should failed if the request is failed ([524c044ac4c27cdbaa7fa06b2b94e4e08ddb8b51](https://github.com/voxelum/minecraft-launcher-core-node/commit/524c044ac4c27cdbaa7fa06b2b94e4e08ddb8b51))
22+
- fix: Update undici version ([f78e1b3fe5e24c2dccf910129ef8e25d7f164e83](https://github.com/voxelum/minecraft-launcher-core-node/commit/f78e1b3fe5e24c2dccf910129ef8e25d7f164e83))
23+
### @xmcl/system@2.2.7
24+
#### Bug Fixes
25+
26+
- fix: correct the build ([12a1b6cc5cb7b47581d6a3b5156edae6031b6823](https://github.com/voxelum/minecraft-launcher-core-node/commit/12a1b6cc5cb7b47581d6a3b5156edae6031b6823))
27+
### @xmcl/gamesetting@3.0.2
28+
#### Bug Fixes
29+
30+
- fix(gamesetting): correctly parse string ([0522ddff5ccde139cd77621275b2d0238b0c2550](https://github.com/voxelum/minecraft-launcher-core-node/commit/0522ddff5ccde139cd77621275b2d0238b0c2550))
31+
- fix: Correctly parse resourcepacks ([d3490a2c93a5389808c4670c2a825de5bc558758](https://github.com/voxelum/minecraft-launcher-core-node/commit/d3490a2c93a5389808c4670c2a825de5bc558758))
32+
- fix: Should correct parse with resourcepack with : ([87a5aebde47c547e0be5abc23683dd4bf1a60a68](https://github.com/voxelum/minecraft-launcher-core-node/commit/87a5aebde47c547e0be5abc23683dd4bf1a60a68))
33+
### @xmcl/modrinth@2.3.1
34+
#### Bug Fixes
35+
36+
- fix: Update undici version ([f78e1b3fe5e24c2dccf910129ef8e25d7f164e83](https://github.com/voxelum/minecraft-launcher-core-node/commit/f78e1b3fe5e24c2dccf910129ef8e25d7f164e83))
37+
- fix: Curseforge should respect the modLoaderTypes ([6759abf611f1a5475a72a90110c8fa2c12c592c9](https://github.com/voxelum/minecraft-launcher-core-node/commit/6759abf611f1a5475a72a90110c8fa2c12c592c9))
38+
### @xmcl/nat-api@0.4.3
39+
#### Bug Fixes
40+
41+
- fix: Update undici version ([f78e1b3fe5e24c2dccf910129ef8e25d7f164e83](https://github.com/voxelum/minecraft-launcher-core-node/commit/f78e1b3fe5e24c2dccf910129ef8e25d7f164e83))
42+
### @xmcl/user@4.1.0
43+
#### Features
44+
45+
- feat: Add more exception to getProfile ([c74c353483d7d67a53281fa6cdf979c4e6dcd286](https://github.com/voxelum/minecraft-launcher-core-node/commit/c74c353483d7d67a53281fa6cdf979c4e6dcd286))
46+
#### Bug Fixes
47+
48+
- fix: Correctly handle yggdrasil error ([dc77fb3f4ec17c785262c553ba48ce867000dfb2](https://github.com/voxelum/minecraft-launcher-core-node/commit/dc77fb3f4ec17c785262c553ba48ce867000dfb2))
49+
- fix: Update undici version ([f78e1b3fe5e24c2dccf910129ef8e25d7f164e83](https://github.com/voxelum/minecraft-launcher-core-node/commit/f78e1b3fe5e24c2dccf910129ef8e25d7f164e83))
50+
### @xmcl/client@3.1.1
51+
- Dependency @xmcl/nbt bump **patch**
52+
### @xmcl/game-data@1.2.4
53+
- Dependency @xmcl/nbt bump **patch**
54+
- Dependency @xmcl/system bump **patch**
55+
### @xmcl/installer@5.3.0
56+
#### Features
57+
58+
- feat: Support new neoforge download ([14261148672c8434a0b9aa5ab2b5c2f5b4febc15](https://github.com/voxelum/minecraft-launcher-core-node/commit/14261148672c8434a0b9aa5ab2b5c2f5b4febc15))
59+
#### Bug Fixes
60+
61+
- fix: Avoid uncaught excpetion on detecting java ([9d47f43f5be79deca4524e339ea81c26df22ab51](https://github.com/voxelum/minecraft-launcher-core-node/commit/9d47f43f5be79deca4524e339ea81c26df22ab51))
62+
- fix: Install new forge by 2 steps ([2cab21159fc95b17448e25180cdc17f28228db1f](https://github.com/voxelum/minecraft-launcher-core-node/commit/2cab21159fc95b17448e25180cdc17f28228db1f))
63+
- fix: Cannot install 1.20.4 forge ([efaf4ecf0cf82ea1dd09a2639f3528f519ef5210](https://github.com/voxelum/minecraft-launcher-core-node/commit/efaf4ecf0cf82ea1dd09a2639f3528f519ef5210))
64+
- fix: Should also verify non sha1 output ([b4acbd3f819cd177f36ae729ba7292e20564b5f5](https://github.com/voxelum/minecraft-launcher-core-node/commit/b4acbd3f819cd177f36ae729ba7292e20564b5f5))
65+
- fix: Update undici version ([f78e1b3fe5e24c2dccf910129ef8e25d7f164e83](https://github.com/voxelum/minecraft-launcher-core-node/commit/f78e1b3fe5e24c2dccf910129ef8e25d7f164e83))
66+
- Dependency @xmcl/file-transfer bump **patch**
67+
### @xmcl/mod-parser@3.3.5
68+
- Dependency @xmcl/system bump **patch**
69+
### @xmcl/resourcepack@1.2.3
70+
#### Bug Fixes
71+
72+
- fix: correct the build ([12a1b6cc5cb7b47581d6a3b5156edae6031b6823](https://github.com/voxelum/minecraft-launcher-core-node/commit/12a1b6cc5cb7b47581d6a3b5156edae6031b6823))
73+
- Dependency @xmcl/system bump **patch**
74+
### @xmcl/model@2.0.3
75+
- Dependency @xmcl/resourcepack bump **patch**
76+
77+
378
## 7.4.0
479
### @xmcl/client@3.1.0
580
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "7.4.0",
3+
"version": "7.5.0",
44
"scripts": {
55
"build:docs": "tsx scripts/docs.ts",
66
"preview:docs": "vitepress preview docs",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/client",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"main": "./index.ts",
55
"description": "Minecraft socket pipeline utilities. Support Minecraft lan server discovery.",
66
"engines": {

packages/curseforge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/curseforge",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "./index.ts",
55
"module": "./index.ts",
66
"sideEffects": false,

packages/discord-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/discord-rpc",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "a fork of discordjs/RPC",
55
"main": "./index.ts",
66
"author": "xhayper",

packages/file-transfer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/file-transfer",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "./index.ts",
55
"description": "A high performance downloader based on undici",
66
"engines": {

packages/game-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/game-data",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"main": "./index.ts",
55
"description": "Parse minecraft game related data like level.dat, server.dat",
66
"engines": {

packages/gamesetting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/gamesetting",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"main": "./index.ts",
55
"description": "Parse Minecraft gamesetting (options.txt) with type.",
66
"engines": {

packages/installer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/installer",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"main": "./index.ts",
55
"description": "The installers of Minecraft/Forge/Fabric/Liteloader/Quilt",
66
"engines": {

packages/mod-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/mod-parser",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"main": "./index.ts",
55
"description": "The utilities to parse Forge/Liteloader/Fabric/Quilt mod metadata.",
66
"engines": {

0 commit comments

Comments
 (0)