Skip to content

Latest commit

 

History

History
43 lines (19 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

43 lines (19 loc) · 1.86 KB

Changelog

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)