fengxinhhh / Cimi

一款全自动发布NPM包的工具
https://github.com/fengxinhhh
MIT License
115 stars 21 forks source link

修复 `manual` 选项在选择新版本时未正确更新版本号的问题 #15

Closed PengtuLi closed 3 months ago

PengtuLi commented 3 months ago

修复了 manual 选项在选择新版本时未正确更新 package.json 中版本号的 bug #13 。

通过在获取新版本号后调用 writeNewVersion 方法来解决此问题。