From 7cf6dc8ec1fb0c562ded8beec1624ce048cd1394 Mon Sep 17 00:00:00 2001 From: Tom Raviv Date: Mon, 4 Dec 2023 19:33:20 +0200 Subject: [PATCH] 0.15.0 --- 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 f11d5210..a8020a9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylable-intelligence", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stylable-intelligence", - "version": "0.14.0", + "version": "0.15.0", "license": "BSD-3-Clause", "dependencies": { "@file-services/node": "^8.3.3", diff --git a/package.json b/package.json index 909bc0ed..a137c97d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.14.0", + "version": "0.15.0", "name": "stylable-intelligence", "description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS toolchain.", "icon": "images/icon.png",