@mznjs/mbump 1.1.1 → 2.0.0

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 +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@
5
5
  格式遵循 [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  本项目遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
7
7
 
8
+ ## [2.0.0] - 2026-05-26
9
+
10
+ ### 待补充
11
+
8
12
  ## [1.1.1] - 2026-05-26
9
13
 
10
14
  🔧 工具变更
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mznjs/mbump",
3
- "version": "1.1.1",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "description": "企业级版本管理工具,支持单包和monorepo场景",
6
6
  "main": "dist/index.js",