diff --git a/CHANGELOG.md b/CHANGELOG.md index a97dbc20..6cbdd726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [1.0.2](https://github.com/stylelint/vscode-stylelint/compare/v1.0.1...v1.0.2) (2021-10-26) + ### Fixed - [Less](https://lesscss.org/) is no longer linted by default. It was added as a default due to an oversight in the previous release. Only documents with language identifiers `css` and `postcss` will be linted by default. ([#280](https://github.com/stylelint/vscode-stylelint/pull/280)) diff --git a/package-lock.json b/package-lock.json index 35749a71..8a1b16f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-stylelint", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-stylelint", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@types/triple-beam": "^1.3.2", diff --git a/package.json b/package.json index bfc24040..68c2af41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-stylelint", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "description": "Modern CSS/Less/SCSS linter", "main": "dist/index.js",