From af1c32f56d8080db8cc079420e7a5f3353b60483 Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 23 May 2023 11:56:55 +0200 Subject: [PATCH] Lowered engine version --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a8cc7..2ded65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "PyPack" extension pack will be documented in this file. +## v0.0.7 + +- Minimal VSCode Studio version is now 1.46.0 + ## v0.0.6 - Added IntelliCode diff --git a/package.json b/package.json index d3554a4..9569fcc 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,14 @@ "license": "LICENSE", "displayName": "PyPack by END PLAY", "description": "Extension Pack for Python with addons END PLAY Studio uses.", - "version": "0.0.6", + "version": "0.0.7", "publisher": "ENDPLAYStudio", "repository": { "type": "git", "url": "https://git.end-play.xyz/profitroll/VSCodePython" }, "engines": { - "vscode": "^1.76.0" + "vscode": "^1.46.0" }, "categories": [ "Extension Packs"