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