diff --git a/package-lock.json b/package-lock.json index 63b41eb..679516e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monaco-unified", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monaco-unified", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "workspaces": [ "examples/*" diff --git a/package.json b/package.json index efc66a4..d380b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monaco-unified", - "version": "1.1.0", + "version": "1.1.1", "homepage": "https://monaco-unified.js.org", "description": "Get warnings and error messages in monaco editor based on a unified processor.", "type": "module",