Skip to content

Commit bc44af6

Browse files
committed
chore(release): bump version 7.6.0
1 parent d9455eb commit bc44af6

File tree

7 files changed

+39
-6
lines changed

7 files changed

+39
-6
lines changed

CHANGELOG.md

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

3+
## 7.6.0
4+
### @xmcl/core@2.13.0
5+
#### Features
6+
7+
- feat: Support diagnose server jar ([11c4d4572026b419cd22e6f7032a93f47801218a](https://github.com/voxelum/minecraft-launcher-core-node/commit/11c4d4572026b419cd22e6f7032a93f47801218a))
8+
#### Bug Fixes
9+
10+
- fix: Should not replace the arugments if no minecraftArguments provided ([ddcfe62a0d194d518eb812170688e2c37def09c0](https://github.com/voxelum/minecraft-launcher-core-node/commit/ddcfe62a0d194d518eb812170688e2c37def09c0))
11+
- fix: Support 1.4.7 forge installation ([4fc4eb76d41da5122db6f748dbdd4cb9d8732544](https://github.com/voxelum/minecraft-launcher-core-node/commit/4fc4eb76d41da5122db6f748dbdd4cb9d8732544))
12+
### @xmcl/file-transfer@1.0.6
13+
#### Bug Fixes
14+
15+
- fix: Should correctly handle range download n+1 issue ([333b7183fbfe65c19a050ed1739f7f8de1f3a1c7](https://github.com/voxelum/minecraft-launcher-core-node/commit/333b7183fbfe65c19a050ed1739f7f8de1f3a1c7))
16+
### @xmcl/user@4.2.0
17+
#### Features
18+
19+
- feat: Support commom offline player algorithm ([53255fad6c6d1e1511616e6c8ba2cc849d73dfc6](https://github.com/voxelum/minecraft-launcher-core-node/commit/53255fad6c6d1e1511616e6c8ba2cc849d73dfc6))
20+
21+
#### Features
22+
23+
- feat: Support commom offline player algorithm ([53255fad6c6d1e1511616e6c8ba2cc849d73dfc6](https://github.com/voxelum/minecraft-launcher-core-node/commit/53255fad6c6d1e1511616e6c8ba2cc849d73dfc6))
24+
### @xmcl/installer@5.4.0
25+
#### Features
26+
27+
- feat: Support side for forge install & diagnose ([6f6ea268bce06a75906310e5ae9bc6a04b6a0a61](https://github.com/voxelum/minecraft-launcher-core-node/commit/6f6ea268bce06a75906310e5ae9bc6a04b6a0a61))
28+
#### Bug Fixes
29+
30+
- fix: forge profile installation post processing failed ([eeed4a2cbd55f8b290e11a4340d6ce29b58273f4](https://github.com/voxelum/minecraft-launcher-core-node/commit/eeed4a2cbd55f8b290e11a4340d6ce29b58273f4))
31+
- fix: Support 1.4.7 forge installation ([4fc4eb76d41da5122db6f748dbdd4cb9d8732544](https://github.com/voxelum/minecraft-launcher-core-node/commit/4fc4eb76d41da5122db6f748dbdd4cb9d8732544))
32+
- Dependency @xmcl/core bump **patch**
33+
- Dependency @xmcl/file-transfer bump **patch**
34+
35+
336
## 7.5.0
437
### @xmcl/nbt@3.0.2
538
#### Bug Fixes

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.5.0",
3+
"version": "7.6.0",
44
"scripts": {
55
"build:docs": "tsx scripts/docs.ts",
66
"lint": "eslint packages --ext .ts",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/core",
3-
"version": "2.12.1",
3+
"version": "2.13.0",
44
"main": "./index.ts",
55
"description": "Minecraft version.json parsing and game launching.",
66
"engines": {

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.5",
3+
"version": "1.0.6",
44
"main": "./index.ts",
55
"description": "A high performance downloader based on undici",
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.3.0",
3+
"version": "5.4.0",
44
"main": "./index.ts",
55
"description": "The installers of Minecraft/Forge/Fabric/Liteloader/Quilt",
66
"engines": {

packages/user-offline-uuid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "user-offline-uuid",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"private": true,
55
"module": "index.ts",
66
"browser": "index.browser.ts",

packages/user/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmcl/user",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"main": "./index.ts",
55
"description": "Minecraft user related functions, including Yggdrasil authenticator, player skin fetcher, and Mojang security API",
66
"scripts": {

0 commit comments

Comments
 (0)