aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2023-07-04 13:31:06 -0400
committerJason Miller <[email protected]>2023-07-04 13:31:06 -0400
commitb240473b5707857ba2c6a8e6d707c28d1e39da49 (patch)
treec9402445726bdfd704dc61a881c579d32916cef6
parent05f4ce67e8f13002ee7229031d583091d24488a0 (diff)
3.0.1
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f6479b0..e51397c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mitt",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Tiny 200b functional Event Emitter / pubsub.",
"module": "dist/mitt.mjs",
"main": "dist/mitt.js",