Releases: foxythemes/jira-cli
Releases · foxythemes/jira-cli
v1.2.2
v1.2.1
- Changed config filename by
.jira-cli.json
- Updated inquirer to
v6.3.1
- Trim spaces in
jira config
interactive mode
Note: If the CLI ask again for your credentials you can run this to rename the old file: mv ~/.jira-cl.json ~/.jira-cli.json
v1.2.0
Fixed: jira-cli does not exit after opening an issue on MacOS
v1.1.1
Updated Moment.js to v2.19.3
v1.1.0
v1.0.5
Added support for description, start & release date in version creation. (#5) thanks to @instilled, example:
version <Project Key> -n <Version Name> -d "Descripction" -s "20/Aug/2015" -r "13/Sep/2016"
v1.0.4
- Added babel-runtime missing dependency in pkg #2 (Thanks to @goldcaddy77)
v1.0.3
Merge branch 'master' of github.com:foxythemes/jira-cli