Skip to content

Releases: cypress-io/commit-message-install

v2.5.0

22 Apr 16:09
Compare
Choose a tag to compare

2.5.0 (2019-04-22)

Features

v2.4.3

22 Apr 15:13
Compare
Choose a tag to compare

2.4.3 (2019-04-22)

Bug Fixes

v2.4.2

18 Apr 12:06
Compare
Choose a tag to compare

2.4.2 (2019-04-18)

Bug Fixes

v2.4.1

18 Apr 11:30
Compare
Choose a tag to compare

2.4.1 (2019-04-18)

Bug Fixes

  • pass context correctly to set-commit-status (563c983)

v2.4.0

15 Apr 19:51
467535f
Compare
Choose a tag to compare

2.4.0 (2019-04-15)

Features

v2.3.0

09 Apr 18:47
Compare
Choose a tag to compare

2.3.0 (2019-04-09)

Features

v2.2.0

09 Apr 14:24
Compare
Choose a tag to compare

2.2.0 (2019-04-09)

Features

  • check arch before running (84f879c)

v2.1.0

09 Apr 14:07
Compare
Choose a tag to compare

2.1.0 (2019-04-09)

Features

  • include arch in the collected json (dff849a)

v2.0.0

09 Apr 13:47
Compare
Choose a tag to compare

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

15 Dec 20:14
Compare
Choose a tag to compare

1.10.1 (2017-12-15)

Bug fixes ✅