From 90207fa156c516f4845747576402a427ecd89966 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:21:20 -0500 Subject: [PATCH] chore(master): release 7.2.1 (#287) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563e5e7..5b62732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [7.2.1](https://github.com/seanwu1105/vscode-qt-for-python/compare/v7.2.0...v7.2.1) (2023-03-05) + + +### Bug Fixes + +* restart qmlls client if the configurations are changed ([b822c4e](https://github.com/seanwu1105/vscode-qt-for-python/commit/b822c4efb1c0caefb15cd417144f604d58285eee)) + ## [7.2.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v7.1.1...v7.2.0) (2023-03-04) diff --git a/package-lock.json b/package-lock.json index b5f0f81..eab6bf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-qt-for-python", - "version": "7.2.0", + "version": "7.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-qt-for-python", - "version": "7.2.0", + "version": "7.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b27b969..00111aa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-qt-for-python", "displayName": "Qt for Python", "description": "Visual Studio Code extension for PySide6 and PyQt6.", - "version": "7.2.0", + "version": "7.2.1", "publisher": "seanwu", "license": "MIT", "engines": {