Release preparation for version 2.11.4

This commit is contained in:
github-actions[bot]
2022-11-17 16:40:45 +00:00
parent 254a5b0928
commit e105c13e77
97 changed files with 266 additions and 126 deletions

View File

@@ -1,3 +1,9 @@
## 0.3.4
### Major Analysis Improvements
* Added support for TypeScript 4.9.
## 0.3.3
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* Added support for TypeScript 4.9.

View File

@@ -0,0 +1,5 @@
## 0.3.4
### Major Analysis Improvements
* Added support for TypeScript 4.9.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.3.3
lastReleaseVersion: 0.3.4

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-all
version: 0.3.4-dev
version: 0.3.4
groups: javascript
dbscheme: semmlecode.javascript.dbscheme
extractor: javascript

View File

@@ -1,3 +1,16 @@
## 0.4.4
### Minor Analysis Improvements
* Added support for @hapi/glue and Hapi plugins to the frameworks/Hapi.qll library.
### Bug Fixes
* Fixed a bug that would cause the extractor to crash when an `import` type is used in
the `extends` clause of an `interface`.
* Fixed an issue with multi-line strings in YAML files being associated with an invalid location,
causing alerts related to such strings to appear at the top of the YAML file.
## 0.4.3
### New Queries

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added support for @hapi/glue and Hapi plugins to the frameworks/Hapi.qll library.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixed an issue with multi-line strings in YAML files being associated with an invalid location,
causing alerts related to such strings to appear at the top of the YAML file.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixed a bug that would cause the extractor to crash when an `import` type is used in
the `extends` clause of an `interface`.

View File

@@ -0,0 +1,12 @@
## 0.4.4
### Minor Analysis Improvements
* Added support for @hapi/glue and Hapi plugins to the frameworks/Hapi.qll library.
### Bug Fixes
* Fixed a bug that would cause the extractor to crash when an `import` type is used in
the `extends` clause of an `interface`.
* Fixed an issue with multi-line strings in YAML files being associated with an invalid location,
causing alerts related to such strings to appear at the top of the YAML file.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.4.3
lastReleaseVersion: 0.4.4

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries
version: 0.4.4-dev
version: 0.4.4
groups:
- javascript
- queries