@c-d-cc/reap 0.15.11 → 0.15.13

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 (3) hide show
  1. package/RELEASE_NOTICE.md +12 -0
  2. package/dist/cli.js +718 -1869
  3. package/package.json +1 -2
package/RELEASE_NOTICE.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release Notices
2
2
 
3
+ ## v0.15.13
4
+ ### en
5
+ Replaced `commander.js` with built-in CLI library. Runtime dependencies: 2 → 1.
6
+ ### ko
7
+ `commander.js`를 자체 CLI 라이브러리로 대체. 런타임 의존성 2개 → 1개.
8
+
9
+ ## v0.15.12
10
+ ### en
11
+ Release notice now displays correctly after `reap update` auto-upgrade.
12
+ ### ko
13
+ `reap update` 자동 업그레이드 후 릴리스 공지가 정상 표시됩니다.
14
+
3
15
  ## v0.15.11
4
16
  ### en
5
17
  Fixed `reap pull` incorrectly recommending merge for ahead-only branches. Now uses `git rev-list` for accurate ahead/behind/diverged detection.