Skip to content

Commit e8e2887

Browse files
chore(release): bump version 7.10.1 (#327)
Co-authored-by: ci010 <[email protected]>
1 parent 9d2332c commit e8e2887

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## 7.10.1
4+
### @xmcl/core@2.15.1
5+
#### Bug Fixes
6+
7+
- fix: Should decorate the path of the native library ([9d2332ccab4c32f6c77ce83de7c1dfb589657981](https://github.com/voxelum/minecraft-launcher-core-node/commit/9d2332ccab4c32f6c77ce83de7c1dfb589657981))
8+
### @xmcl/installer@6.1.2
9+
- Dependency @xmcl/core bump **patch**
10+
11+
312
## 7.10.0
413
### @xmcl/core@2.15.0
514
#### 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.10.0",
3+
"version": "7.10.1",
44
"scripts": {
55
"build:docs": "tsx scripts/docs.ts",
66
"lint": "oxlint -c ./oxlintrc.json packages/**",

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.15.0",
3+
"version": "2.15.1",
44
"main": "./index.ts",
55
"description": "Minecraft version.json parsing and game launching.",
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": "6.1.1",
3+
"version": "6.1.2",
44
"main": "./index.ts",
55
"description": "The installers of Minecraft/Forge/Fabric/Liteloader/Quilt",
66
"engines": {

0 commit comments

Comments
 (0)