released v3.12.0 (##439)

pull/441/head v3.12.0
jaywcjlove 2 years ago
parent d875fe33c0
commit 35c40dd515

@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.11.2
* hotkeys-js v3.12.0
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2023 kenny wong <wowohoo@qq.com>

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.11.2
* hotkeys-js v3.12.0
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2023 kenny wong <wowohoo@qq.com>

2
dist/hotkeys.js vendored

@ -1,5 +1,5 @@
/**!
* hotkeys-js v3.11.2
* hotkeys-js v3.12.0
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
*
* Copyright (c) 2023 kenny wong <wowohoo@qq.com>

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"name": "hotkeys-js",
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"version": "3.11.2",
"version": "3.12.0",
"main": "index.js",
"types": "index.d.ts",
"module": "dist/hotkeys.esm.js",

Loading…
Cancel
Save