Merge pull request #9052 from github/post-release-prep/codeql-cli-2.9.1

Post-release preparation for codeql-cli-2.9.1
This commit is contained in:
Mathias Vorreiter Pedersen
2022-05-06 13:15:17 +01:00
committed by GitHub
71 changed files with 182 additions and 100 deletions

View File

@@ -1,3 +1,11 @@
## 0.1.1
### Minor Analysis Improvements
* The call graph now deals more precisely with calls to accessors (getters and setters).
Previously, calls to static accessors were not resolved, and some method calls were
incorrectly seen as calls to an accessor. Both issues have been fixed.
## 0.1.0
### New Queries

View File

@@ -1,6 +1,7 @@
---
category: minorAnalysis
---
## 0.1.1
### Minor Analysis Improvements
* The call graph now deals more precisely with calls to accessors (getters and setters).
Previously, calls to static accessors were not resolved, and some method calls were
incorrectly seen as calls to an accessor. Both issues have been fixed.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.0
lastReleaseVersion: 0.1.1

View File

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