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",