Skip to content

Latest commit

 

History

History
50 lines (22 loc) · 2.21 KB

File metadata and controls

50 lines (22 loc) · 2.21 KB

Changelog

2.0.2 (2025-06-28)

Bug Fixes

  • Set -ExecutionPolicy Bypass on PowerShell script execution (#11) (12fd120)

2.0.1 (2021-07-16)

Bug Fixes

  • include PowerShell script in published package (74076b1)

2.0.0 (2021-04-03)

Features

  • Remove TypeScript type definitions (#10) (0b95798), closes #9

BREAKING CHANGES

  • TS type definitions have been removed

If you need TS types for this package, install the @types/generate-ctrl-c-event package.

1.2.1 (2021-03-27)

Bug Fixes

  • Restore package.json "os" constraint (#7) (f12d959)

1.2.0 (2021-03-22)

Features

  • Add typescript type definitions (#4) (6c701a2), closes #3

1.1.0 (2021-03-22)

Features

  • Add support for generating CTRL-BREAK (#1) (ff30cb0)