From 6146276f8c596fcb1d8aca5c19ff57674ee3114b Mon Sep 17 00:00:00 2001 From: Tom Raviv Date: Tue, 22 Nov 2022 12:28:36 +0200 Subject: [PATCH] 0.9.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 6d308a7b..e0a24d40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylable-intelligence", - "version": "0.8.4", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylable-intelligence", - "version": "0.8.4", + "version": "0.9.0", "license": "BSD-3-Clause", "dependencies": { "@file-services/node": "^7.0.1", diff --git a/package.json b/package.json index d23c01df..2ec64b2d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", "license": "BSD-3-Clause", - "version": "0.8.4", + "version": "0.9.0", "description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.", "icon": "images/icon.png", "galleryBanner": {