From 023ceb5e373c4dd930dbb882a333ed8a2ae45a8b Mon Sep 17 00:00:00 2001 From: Georgian Stan Date: Tue, 20 Apr 2021 18:32:41 +0300 Subject: [PATCH] release: v1.0.1 to include the typo fix from doc (#6) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28f3705..a3b549c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-context-menu", - "version": "1.0.0", + "version": "1.0.1", "description": "Easily create context menus using vanilla JavaScript and integrate them in any web application", "main": "./dist/vanilla-context-menu.js", "types": "./dist/index.d.ts",