diff --git a/package-lock.json b/package-lock.json index 745008d..56a7007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monaco-unified", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monaco-unified", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "workspaces": [ "examples/*" diff --git a/package.json b/package.json index a93f541..f034483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monaco-unified", - "version": "1.0.1", + "version": "1.0.2", "homepage": "https://monaco-unified.js.org", "description": "Get warnings and error messages in monaco editor based on a unified processor.", "type": "module",