Skip to content

Commit c6ed311

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2021-07-16) ### Bug Fixes * include PowerShell script in published package ([74076b1](74076b1))
1 parent 74076b1 commit c6ed311

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/zenflow/generate-ctrl-c-event/compare/v2.0.0...v2.0.1) (2021-07-16)
4+
5+
6+
### Bug Fixes
7+
8+
* include PowerShell script in published package ([74076b1](https://github.com/zenflow/generate-ctrl-c-event/commit/74076b198859077d0a6b2afcf495f1d2bda683d0))
9+
310
# [2.0.0](https://github.com/zenflow/generate-ctrl-c-event/compare/v1.2.1...v2.0.0) (2021-04-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generate-ctrl-c-event",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Generate ctrl-c (or ctrl-break) events on Windows by calling `Kernel32::GenerateConsoleCtrlEvent()`",
55
"keywords": [
66
"windows",

0 commit comments

Comments
 (0)