This commit is contained in:
Anders Starcke Henriksen 2024-05-01 10:36:40 +02:00
Родитель 69775414f0
Коммит 4adf60a978
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.13.0 - 1 May 2024
- Add Ruby support to the CodeQL Model Editor. [#3584](https://github.com/github/vscode-codeql/pull/3584)
- Remove support for CodeQL CLI versions older than 2.14.6. [#3562](https://github.com/github/vscode-codeql/pull/3562)

4
extensions/ql-vscode/package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.12.6",
"version": "1.13.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.12.6",
"version": "1.13.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

Просмотреть файл

@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
"version": "1.12.6",
"version": "1.13.0",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",