From a7628023c1b5c099271577d413e1239b47a6d75c Mon Sep 17 00:00:00 2001 From: Adaline Valentina Simonian Date: Sat, 6 Nov 2021 14:52:02 -0700 Subject: [PATCH] chore: bump version to 1.1.0, update changelog --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1ab98c..59cb56df 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.1.0](https://github.com/stylelint/vscode-stylelint/compare/v1.0.3...v1.1.0) (2021-11-06) + ### Added - If Stylelint is installed in a workspace using [Yarn](https://yarnpkg.com/) with [Plug-n-Play](https://yarnpkg.com/features/pnp), it can now be resolved without the need for Yarn's [editor SDKs](https://yarnpkg.com/getting-started/editor-sdks). ([#273](https://github.com/stylelint/vscode-stylelint/pull/273)). diff --git a/package-lock.json b/package-lock.json index 9aaf5c24..b93d81e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-stylelint", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-stylelint", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "dependencies": { "@types/triple-beam": "^1.3.2", diff --git a/package.json b/package.json index 2c4061a7..c45d19c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-stylelint", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "description": "Modern CSS/Less/SCSS linter", "main": "dist/index.js",