From 0359a5be225bac0ca374a9fb8f2d6e4b5d8c4aca Mon Sep 17 00:00:00 2001 From: Ido Rosenthal Date: Wed, 5 Jun 2024 14:32:36 +0300 Subject: [PATCH] 0.17.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 0cbb3527..483fcaff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylable-intelligence", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stylable-intelligence", - "version": "0.16.0", + "version": "0.17.0", "license": "BSD-3-Clause", "dependencies": { "@file-services/node": "^9.3.0", diff --git a/package.json b/package.json index 071ac3cd..5068759e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.16.0", + "version": "0.17.0", "name": "stylable-intelligence", "description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS toolchain.", "icon": "images/icon.png",