From 9933383c632f59938a4a431aad1cc675405087b8 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Tue, 20 Aug 2024 10:20:35 +0200 Subject: [PATCH] Release: v0.1.0. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e2452d..3c88a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ckeditor/ckeditor5-integrations-common", - "version": "0.0.1", + "version": "0.1.0", "description": "This package implements common utility modules for integration projects.", "keywords": [ "wysiwyg", @@ -102,7 +102,7 @@ "tough-cookie": ">=4.1.3" }, "resolutions": { - "ws": "^8", + "ws": "^8", "tough-cookie": "^4.1.4", "wrap-ansi": "7.0.0", "string-width": "4.1.0"