@minecraft-docker/mcctl 1.6.13 → 1.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.6.14] - 2026-01-31
9
+
10
+ ### Fixed
11
+ - Sync all package versions to tag version before npm publish
12
+ - CI workflow now automatically updates all monorepo package versions to match Git tag
13
+
14
+ ### Changed
15
+ - Split CLAUDE.md into modular files for better performance
16
+
8
17
  ## [1.6.13] - 2026-01-31
9
18
 
10
19
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft-docker/mcctl",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "CLI tool for managing Docker Minecraft servers with mc-router",
5
5
  "type": "module",
6
6
  "bin": {
@@ -50,8 +50,8 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "@clack/prompts": "^0.8.0",
53
- "@minecraft-docker/mod-source-modrinth": "^1.0.0",
54
- "@minecraft-docker/shared": "^1.6.13",
53
+ "@minecraft-docker/mod-source-modrinth": "^1.6.14",
54
+ "@minecraft-docker/shared": "^1.6.14",
55
55
  "commander": "^12.0.0",
56
56
  "js-yaml": "^4.1.0",
57
57
  "picocolors": "^1.1.0",