From 8ce129108692cd6eb9c8794c461f01e656000ef9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 20:30:46 -0500 Subject: [PATCH] chore(master): release 7.4.0 (#309) 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 5dd263c..ef4f777 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.4.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v7.3.2...v7.4.0) (2023-06-15) + + +### Features + +* add more hint when tool cannot be found ([3c14fa7](https://github.com/seanwu1105/vscode-qt-for-python/commit/3c14fa7a9849d223a5c4dfb13c4d172a392c3f89)) + ## [7.3.2](https://github.com/seanwu1105/vscode-qt-for-python/compare/v7.3.1...v7.3.2) (2023-04-14) diff --git a/package-lock.json b/package-lock.json index 0286772..2e8568b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-qt-for-python", - "version": "7.3.2", + "version": "7.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-qt-for-python", - "version": "7.3.2", + "version": "7.4.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2b4b184..f13d7a6 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.3.2", + "version": "7.4.0", "publisher": "seanwu", "license": "MIT", "engines": {