Skip to content

Commit 5b0cd1f

Browse files
committed
released v3.13.4 #469
1 parent 816d76d commit 5b0cd1f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/hotkeys.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**!
2-
* hotkeys-js v3.13.3
2+
* hotkeys-js v3.13.4
33
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
44
*
55
* Copyright (c) 2024 kenny wong <[email protected]>

dist/hotkeys.common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hotkeys.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**!
2-
* hotkeys-js v3.13.3
2+
* hotkeys-js v3.13.4
33
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
44
*
55
* Copyright (c) 2024 kenny wong <[email protected]>

dist/hotkeys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**!
2-
* hotkeys-js v3.13.3
2+
* hotkeys-js v3.13.4
33
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
44
*
55
* Copyright (c) 2024 kenny wong <[email protected]>

dist/hotkeys.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hotkeys-js",
33
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
4-
"version": "3.13.3",
4+
"version": "3.13.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"module": "dist/hotkeys.esm.js",

0 commit comments

Comments
 (0)