From 5fa35c9f36024db8cbf3486b3445fa3dd3e1e383 Mon Sep 17 00:00:00 2001 From: Tom Raviv Date: Sat, 11 Jan 2025 14:08:53 +0200 Subject: [PATCH] 0.18.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 59307e68..558ed256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylable-intelligence", - "version": "0.17.0", + "version": "0.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stylable-intelligence", - "version": "0.17.0", + "version": "0.18.0", "license": "BSD-3-Clause", "dependencies": { "@file-services/node": "^9.4.1", diff --git a/package.json b/package.json index b2ab8286..5ad3a42c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.17.0", + "version": "0.18.0", "name": "stylable-intelligence", "description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS toolchain.", "icon": "images/icon.png",