released v3.11.1 (#437)

pull/348/head v3.11.1
jaywcjlove 2 years ago
parent ed76b04b73
commit 16b9cef8a5

@ -1,9 +1,9 @@
/**! /**!
* hotkeys-js v3.11.0 * hotkeys-js v3.11.1
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
* *
* Copyright (c) 2023 kenny wong <wowohoo@qq.com> * Copyright (c) 2023 kenny wong <wowohoo@qq.com>
* http://jaywcjlove.github.io/hotkeys * https://jaywcjlove.github.io/hotkeys-js
* Licensed under the MIT license * Licensed under the MIT license
*/ */

File diff suppressed because one or more lines are too long

@ -1,9 +1,9 @@
/**! /**!
* hotkeys-js v3.11.0 * hotkeys-js v3.11.1
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
* *
* Copyright (c) 2023 kenny wong <wowohoo@qq.com> * Copyright (c) 2023 kenny wong <wowohoo@qq.com>
* http://jaywcjlove.github.io/hotkeys * https://jaywcjlove.github.io/hotkeys-js
* Licensed under the MIT license * Licensed under the MIT license
*/ */

4
dist/hotkeys.js vendored

@ -1,9 +1,9 @@
/**! /**!
* hotkeys-js v3.11.0 * hotkeys-js v3.11.1
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
* *
* Copyright (c) 2023 kenny wong <wowohoo@qq.com> * Copyright (c) 2023 kenny wong <wowohoo@qq.com>
* http://jaywcjlove.github.io/hotkeys * https://jaywcjlove.github.io/hotkeys-js
* Licensed under the MIT license * Licensed under the MIT license
*/ */

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save