Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 836 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 836 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.1.3 - 2018-05-11

Added

Update Version

  • Add command version:update with flag --m MAJOR, --i MINOR, --p PATCH

Set Version

  • Add command version:set with flag --m MAJOR, --i MINOR, --p PATCH

Init Version

  • Add command version:init with flag --m MAJOR, --i MINOR, --p PATCH

Fixed

  • Read file if not exist error. Now we have a notification if file does't exist.
  • Use shelljs to write file from any superman cmd
  • Showing help if you run superman -h or superman --help