Skip to content

Commit

Permalink
chore(release): bump version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Feb 22, 2024
1 parent d9455eb commit bc44af6
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 6 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 7.6.0
### @xmcl/core@2.13.0
#### Features

- feat: Support diagnose server jar ([11c4d4572026b419cd22e6f7032a93f47801218a](https://github.com/voxelum/minecraft-launcher-core-node/commit/11c4d4572026b419cd22e6f7032a93f47801218a))
#### Bug Fixes

- fix: Should not replace the arugments if no minecraftArguments provided ([ddcfe62a0d194d518eb812170688e2c37def09c0](https://github.com/voxelum/minecraft-launcher-core-node/commit/ddcfe62a0d194d518eb812170688e2c37def09c0))
- fix: Support 1.4.7 forge installation ([4fc4eb76d41da5122db6f748dbdd4cb9d8732544](https://github.com/voxelum/minecraft-launcher-core-node/commit/4fc4eb76d41da5122db6f748dbdd4cb9d8732544))
### @xmcl/file-transfer@1.0.6
#### Bug Fixes

- fix: Should correctly handle range download n+1 issue ([333b7183fbfe65c19a050ed1739f7f8de1f3a1c7](https://github.com/voxelum/minecraft-launcher-core-node/commit/333b7183fbfe65c19a050ed1739f7f8de1f3a1c7))
### @xmcl/user@4.2.0
#### Features

- feat: Support commom offline player algorithm ([53255fad6c6d1e1511616e6c8ba2cc849d73dfc6](https://github.com/voxelum/minecraft-launcher-core-node/commit/53255fad6c6d1e1511616e6c8ba2cc849d73dfc6))
### [email protected]
#### Features

- feat: Support commom offline player algorithm ([53255fad6c6d1e1511616e6c8ba2cc849d73dfc6](https://github.com/voxelum/minecraft-launcher-core-node/commit/53255fad6c6d1e1511616e6c8ba2cc849d73dfc6))
### @xmcl/installer@5.4.0
#### Features

- feat: Support side for forge install & diagnose ([6f6ea268bce06a75906310e5ae9bc6a04b6a0a61](https://github.com/voxelum/minecraft-launcher-core-node/commit/6f6ea268bce06a75906310e5ae9bc6a04b6a0a61))
#### Bug Fixes

- fix: forge profile installation post processing failed ([eeed4a2cbd55f8b290e11a4340d6ce29b58273f4](https://github.com/voxelum/minecraft-launcher-core-node/commit/eeed4a2cbd55f8b290e11a4340d6ce29b58273f4))
- fix: Support 1.4.7 forge installation ([4fc4eb76d41da5122db6f748dbdd4cb9d8732544](https://github.com/voxelum/minecraft-launcher-core-node/commit/4fc4eb76d41da5122db6f748dbdd4cb9d8732544))
- Dependency @xmcl/core bump **patch**
- Dependency @xmcl/file-transfer bump **patch**


## 7.5.0
### @xmcl/nbt@3.0.2
#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "7.5.0",
"version": "7.6.0",
"scripts": {
"build:docs": "tsx scripts/docs.ts",
"lint": "eslint packages --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmcl/core",
"version": "2.12.1",
"version": "2.13.0",
"main": "./index.ts",
"description": "Minecraft version.json parsing and game launching.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/file-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmcl/file-transfer",
"version": "1.0.5",
"version": "1.0.6",
"main": "./index.ts",
"description": "A high performance downloader based on undici",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmcl/installer",
"version": "5.3.0",
"version": "5.4.0",
"main": "./index.ts",
"description": "The installers of Minecraft/Forge/Fabric/Liteloader/Quilt",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/user-offline-uuid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "user-offline-uuid",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"module": "index.ts",
"browser": "index.browser.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmcl/user",
"version": "4.1.0",
"version": "4.2.0",
"main": "./index.ts",
"description": "Minecraft user related functions, including Yggdrasil authenticator, player skin fetcher, and Mojang security API",
"scripts": {
Expand Down

0 comments on commit bc44af6

Please sign in to comment.