From cd60223dde359757a34cea3545b468918cbf63e3 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Fri, 17 Jun 2022 16:18:34 +0200 Subject: [PATCH] 1.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",