Skip to content

Commit 58b014a

Browse files
committed
released v4.0.0-beta.2
1 parent 1e81837 commit 58b014a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.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.1
2+
* hotkeys-js v4.0.0-beta.2
33
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
44
*
55
* @author kenny wong <wowohoo@qq.com>

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

0 commit comments

Comments
 (0)