Skip to content

Commit fc66550

Browse files
committed
released v4.0.0-beta.4
1 parent 02df12a commit fc66550

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/hotkeys-js.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-js.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-js.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function(O,E){typeof exports=="object"&&typeof module!="undefined"?module.exports=E():typeof define=="function"&&define.amd?define(E):(O=typeof globalThis!="undefined"?globalThis:O||self,O.hotkeys=E())})(this,function(){"use strict";/*!
2-
* hotkeys-js v4.0.0-beta.2
2+
* hotkeys-js v4.0.0-beta.4
33
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
44
*
55
* @author kenny wong <[email protected]>

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": "4.0.0-beta.3",
4+
"version": "4.0.0-beta.4",
55
"type": "module",
66
"main": "dist/hotkeys-js.umd.cjs",
77
"module": "dist/hotkeys-js.js",

0 commit comments

Comments
 (0)