From bf7da4b26851de8af1a67865e342e1bc89827834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Fri, 24 May 2024 16:09:25 +0200 Subject: [PATCH] Release 0.1.1 --- CHANGELOG.md | 17 +++++++++++++++-- package-lock.json | 4 ++-- package.json | 9 +++++++-- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c22da..ca87ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log -All notable changes to the "vscode-extension-qch" extension will be documented in this file. +All notable changes to the "vscode-qtdoc" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] -- Initial release \ No newline at end of file + +## 0.1.1 - 2024-05-24 + +### Fixed + +- Fixed tests + +### Changed + +- Replaced 40MB GIF video in the repo with an MP4 + +## 0.1.0 - 2024-05-24 + +- Initial release diff --git a/package-lock.json b/package-lock.json index 56e8d67..408706c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-extension-qch", - "version": "0.0.1", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-extension-qch", - "version": "0.0.1", + "version": "0.1.1", "dependencies": { "@aws-crypto/sha256-js": "^5.2.0", "collections": "^5.1.13", diff --git a/package.json b/package.json index 07331cd..153f637 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,13 @@ "icon": "docs/icon.png", "publisher": "dvratil", "description": "Display Qt documentation for types and functions in the editor", - "keywords": [ "qt", "documentation", "assistant", "qtdoc" ], - "version": "0.1.0", + "keywords": [ + "qt", + "documentation", + "assistant", + "qtdoc" + ], + "version": "0.1.1", "engines": { "vscode": "^1.80.0" },