Skip to content

Latest commit

 

History

History
66 lines (31 loc) · 916 Bytes

CHANGELOG.md

File metadata and controls

66 lines (31 loc) · 916 Bytes

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.

[UNRELEASED]

0.1.4 - 2022-10-15

Changed

  • Updated nx to no longer be a direct dependency.

0.1.3 - 2022-09-09

Changed

  • Fix executors json with right implementation path.

0.1.2 - 2022-09-09

Changed

  • Fix runCommandsInteractiveExecutor schema with "cli" property to mark it as an nx executor.

0.1.1 - 2022-09-09

Changed

  • Fix package to inform nx of the current executors provided.

0.1.0 - 2022-09-09

Added

  • Added runCommandsInteractiveExecutor.
  • Added RunCommandsInteractiveOptions.