From bc602faa372036ce8579c912b3ac4d275e29ac9f Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Mon, 14 Oct 2024 00:43:23 +0200 Subject: [PATCH] 1.2.1 --- CHANGELOG.MD | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 07a68d1..99dc76c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,7 @@ +## 1.2.1 (October 14, 2022) + +- Fixed missed dependencies in the extension bundle + ## 1.2.0 (October 11, 2022) - Enhanced the highlighting for warnings, such as unknown property, descriptor, or at-rule, to emphasize the entire identifier instead of just a single character diff --git a/package-lock.json b/package-lock.json index e917e2d..70a1433 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-csstree", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-csstree", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "csstree-validator": "~4.0.1", diff --git a/package.json b/package.json index eeaffb5..0fa6d45 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-csstree", "displayName": "CSSTree validator", "description": "Validate CSS according to W3C specs and browser implementations", - "version": "1.2.0", + "version": "1.2.1", "keywords": [ "css", "csstree",