Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

55 lines (41 loc) · 1.9 KB

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.

[2.3.0] - 2019-10-31

Added

  • Debug support - via #45.

[2.2.6] - 2019-10-31

Fixed

  • env issues introduced after the Husky-related fixes.

[2.2.5] - 2019-10-29

Fixed

  • Remove husky as a dependency.

Changed

[2.2.4] - 2019-10-27

Fixed

[2.2.3] - 2019-10-27

Fixed

[2.2.2] - 2019-10-27

Fixed

  • Code coverage will also be available in 'Overview' tab - via #43.

[2.2.1] - 2019-09-19

Changed

  • Upgrade to @actions/core v1.1.1 - via #20.

[2.2.0] - 2019-08-28

Fixed

  • Inject GITHUB_ environment vars as CC-specific ones - via #3. Thanks @b4nst!

[2.1.0] - 2019-08-16

Added

  • Release script.

Changed

  • ⚡️ Replaced got with node-fetch. Now the action should run faster!

[2.0.0] - 2019-08-14

Changed

  • ⚡️ Change from Docker to JavaScript.

[1.0.0] - 2019-08-09

Added

  • Initial release.