Skip to content

Commit 587e97e

Browse files
ci010github-actions[bot]
authored andcommitted
chore(release): bump version 7.11.0
1 parent 0daaa1d commit 587e97e

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## 7.11.0
4+
### @xmcl/mod-parser@3.4.3
5+
#### Bug Fixes
6+
7+
- fix: attach clientSideOnly to mods toml if found in root (#329) ([0daaa1d97ad0e9a9d920d4534878f7411b69b021](https://github.com/voxelum/minecraft-launcher-core-node/commit/0daaa1d97ad0e9a9d920d4534878f7411b69b021))
8+
### @xmcl/modrinth@2.6.0
9+
#### Features
10+
11+
- feat: add get project version by hash method ([91ed3c12ab16b6c3fa53f61d6109702a014bb976](https://github.com/voxelum/minecraft-launcher-core-node/commit/91ed3c12ab16b6c3fa53f61d6109702a014bb976))
12+
13+
314
## 7.10.1
415
### @xmcl/core@2.15.1
516
#### 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.10.1",
3+
"version": "7.11.0",
44
"scripts": {
55
"build:docs": "tsx scripts/docs.ts",
66
"lint": "oxlint -c ./oxlintrc.json packages/**",

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.4.2",
3+
"version": "3.4.3",
44
"main": "./index.ts",
55
"description": "The utilities to parse Forge/Liteloader/Fabric/Quilt mod metadata.",
66
"engines": {

packages/modrinth/package.json

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

0 commit comments

Comments
 (0)