Releases: cypress-io/commit-message-install
Releases · cypress-io/commit-message-install
v2.5.0
2.5.0 (2019-04-22)
Features
v2.4.3
2.4.3 (2019-04-22)
Bug Fixes
v2.4.2
2.4.2 (2019-04-18)
Bug Fixes
v2.4.1
2.4.1 (2019-04-18)
Bug Fixes
- pass context correctly to set-commit-status (563c983)
v2.4.0
2.4.0 (2019-04-15)
Features
v2.3.0
2.3.0 (2019-04-09)
Features
v2.2.0
2.2.0 (2019-04-09)
Features
- check arch before running (84f879c)
v2.1.0
2.1.0 (2019-04-09)
Features
- include arch in the collected json (dff849a)
v2.0.0
2.0.0 (2019-04-09)
Features
- use options object to pass json (400061b)
BREAKING CHANGES
- change from ordered arguments to
getInstallJson
to
a single options object
const json = {
packages: 'debug',
env: { foo: 42 },
platform: 'linux'
}
getInstallJson(json)
v1.10.1
1.10.1 (2017-12-15)
Bug fixes ✅