bixby-cli
Version:
A CLI for bixby capsule development
51 lines (26 loc) • 797 B
Markdown
# CHANGELOG
## [0.1.5] - 2019-07-21
### Changed
- `lodash` package's version changed in `package-lock.json` file
### Security
- Security issue related to `lodash` dependency is fixed
## [0.1.4] - 2019-06-22
### Added
- First version of instructions added in`README.md` file
### Security
- `shelljs` `moderate` security issue fixed
## [1.0.3] - 2019-06-16
### Added
- CD workflow implemented
## [1.0.2] - 2019-06-15
### Changed
- Changed `error` message for connection error
## [1.0.1] - 2019-06-09
### Removed
- Unwanted `console.log` statements are deleted
### Fixed
- Unwanted console output issue fixed
## [1.0.0] - 2019-06-09
### Added
- `new` command added to create new capsule with given capsule id and given targets
- All source code added for first alpha release